Get rid of the _Init() method in BAboutWindow, just the single constructor body.

This commit is contained in:
John Scipione
2012-11-12 23:57:31 -05:00
parent 97a814061e
commit d156f97655
2 changed files with 13 additions and 26 deletions
-3
View File
@@ -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;