Get rid of the _Init() method in BAboutWindow, just the single constructor body.
This commit is contained in:
@@ -34,9 +34,6 @@ class BAboutWindow : public BWindow {
|
||||
|
||||
BPoint AboutPosition(float width, float height);
|
||||
|
||||
protected:
|
||||
void _Init(const char* appName, const char* signature);
|
||||
|
||||
private:
|
||||
AboutView* fAboutView;
|
||||
BHandler* fCaller;
|
||||
|
||||
Reference in New Issue
Block a user