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:
parent
5078b0fccc
commit
50a4d43e91
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user