Removed some now obsolete methods.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -186,9 +186,6 @@ private:
|
|||||||
void _RemoveChild(int32 index);
|
void _RemoveChild(int32 index);
|
||||||
|
|
||||||
bool _IsShadow() const;
|
bool _IsShadow() const;
|
||||||
partition_id _ShadowID() const;
|
|
||||||
disk_system_id _DiskSystem() const;
|
|
||||||
int32 _ChangeCounter() const;
|
|
||||||
|
|
||||||
int32 _CountDescendants() const;
|
int32 _CountDescendants() const;
|
||||||
int32 _Level() const;
|
int32 _Level() const;
|
||||||
|
|||||||
@@ -1405,30 +1405,6 @@ BPartition::_IsShadow() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// _ShadowID
|
|
||||||
partition_id
|
|
||||||
BPartition::_ShadowID() const
|
|
||||||
{
|
|
||||||
return (fPartitionData ? fPartitionData->shadow_id : -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// _DiskSystem
|
|
||||||
disk_system_id
|
|
||||||
BPartition::_DiskSystem() const
|
|
||||||
{
|
|
||||||
return (fPartitionData ? fPartitionData->disk_system : -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// _ChangeCounter
|
|
||||||
int32
|
|
||||||
BPartition::_ChangeCounter() const
|
|
||||||
{
|
|
||||||
return (fPartitionData ? fPartitionData->change_counter : -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// _CountDescendants
|
// _CountDescendants
|
||||||
int32
|
int32
|
||||||
BPartition::_CountDescendants() const
|
BPartition::_CountDescendants() const
|
||||||
|
|||||||
Reference in New Issue
Block a user