Removed deprecated BShape API as it broke the build.

If we intend to keep compatibility to this R4.5 API, we should complete
what I started in interface/Shape.cpp.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8204 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-27 22:55:28 +00:00
parent 715f500dea
commit d73fcb0e62
1 changed files with 0 additions and 6 deletions

View File

@ -86,12 +86,6 @@ virtual void _ReservedShape4();
uint32 fBuildingOp;
void * fPrivateData;
uint32 reserved[4];
public:
/*----- Deprecated ---------------*/
BShape(BShape &copyFrom);
BRect Bounds();
status_t AddShape(BShape *other);
};
#endif