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:
@@ -75,8 +75,7 @@ class BScrollView : public BView {
|
|||||||
BScrollView &operator=(const BScrollView &);
|
BScrollView &operator=(const BScrollView &);
|
||||||
|
|
||||||
static BRect CalcFrame(BView *target, bool h, bool v, border_style);
|
static BRect CalcFrame(BView *target, bool h, bool v, border_style);
|
||||||
int32 ModFlags(int32, border_style);
|
int32 ModFlags(int32 flags, border_style);
|
||||||
void InitObject();
|
|
||||||
|
|
||||||
BView *fTarget;
|
BView *fTarget;
|
||||||
BScrollBar *fHorizontalScrollBar;
|
BScrollBar *fHorizontalScrollBar;
|
||||||
|
|||||||
Reference in New Issue
Block a user