diff --git a/headers/os/interface/Shape.h b/headers/os/interface/Shape.h index 0b1495a646..a80517051f 100644 --- a/headers/os/interface/Shape.h +++ b/headers/os/interface/Shape.h @@ -86,12 +86,6 @@ virtual void _ReservedShape4(); uint32 fBuildingOp; void * fPrivateData; uint32 reserved[4]; - -public: -/*----- Deprecated ---------------*/ - BShape(BShape ©From); - BRect Bounds(); - status_t AddShape(BShape *other); }; #endif