From e62a550aa1c971f064d66b039c5e8cd6c604acc5 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Wed, 28 May 2003 21:49:24 +0000 Subject: [PATCH] Removed as of DiskDevice API v2.4 git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3377 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/storage/PartitionableSpace.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 headers/private/storage/PartitionableSpace.h diff --git a/headers/private/storage/PartitionableSpace.h b/headers/private/storage/PartitionableSpace.h deleted file mode 100644 index 2f81632333..0000000000 --- a/headers/private/storage/PartitionableSpace.h +++ /dev/null @@ -1,20 +0,0 @@ -//---------------------------------------------------------------------- -// This software is part of the OpenBeOS distribution and is covered -// by the OpenBeOS license. -//--------------------------------------------------------------------- - -#ifndef _PARTITIONABLE_SPACE_H -#define _PARTITIONABLE_SPACE_H - -class BPartition; - -class BPartitionableSpace { -public: - off_t Offset() const; - off_t Size() const; - int32 Index() const; - - BPartition* Parent() const; -}; - -#endif // _PARTITIONABLE_SPACE_H