Removed the private InitObject() method - it's not even exported in R5.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6653 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-19 17:46:37 +00:00
parent 5078b0fccc
commit 50a4d43e91

View File

@ -75,8 +75,7 @@ class BScrollView : public BView {
BScrollView &operator=(const BScrollView &);
static BRect CalcFrame(BView *target, bool h, bool v, border_style);
int32 ModFlags(int32, border_style);
void InitObject();
int32 ModFlags(int32 flags, border_style);
BView *fTarget;
BScrollBar *fHorizontalScrollBar;