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