From d73fcb0e628c4c71ff94d1ac661f704f0562f561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 27 Jun 2004 22:55:28 +0000 Subject: [PATCH] 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 --- headers/os/interface/Shape.h | 6 ------ 1 file changed, 6 deletions(-) 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