From 19d8037692e65e1b47e544ef386172d8486636c9 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 24 Feb 2003 00:36:21 +0000 Subject: [PATCH] Removed GetPartitioningSystemList(). I though this had already been done. Weird. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2818 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/storage/Session.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/private/storage/Session.h b/headers/private/storage/Session.h index c6d0437449..6d837f2be0 100644 --- a/headers/private/storage/Session.h +++ b/headers/private/storage/Session.h @@ -54,8 +54,6 @@ public: BRect dialogCenter = BRect(), bool *cancelled = NULL); - static status_t GetPartitioningSystemList(BObjectList *list); - private: BSession(); BSession(const BSession &);