* Making it private doesn't help unless you have a const BSlider. Therefore,

removed it from the public namespace, and made it only visible when linking.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30071 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-04-09 15:50:03 +00:00
parent d9479a6951
commit b847381250
2 changed files with 12 additions and 24 deletions
-3
View File
@@ -163,9 +163,6 @@ public:
virtual BSize PreferredSize();
private:
// deprecated leftover of BeOS compatibility
void GetLimits(int32* minimum, int32* maximum);
void _DrawBlockThumb();
void _DrawTriangleThumb();