Eliminate unused DrawBackground method and restyle header
This commit is contained in:
parent
0969e20ee1
commit
004175c0d9
@ -147,9 +147,3 @@ TTeamMenu::DetachedFromWindow()
|
||||
BMessenger self(this);
|
||||
TBarApp::Unsubscribe(self);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TTeamMenu::DrawBackground(BRect)
|
||||
{
|
||||
}
|
||||
|
@ -43,21 +43,18 @@ All rights reserved.
|
||||
|
||||
#include <Menu.h>
|
||||
|
||||
#include "BarMenuBar.h"
|
||||
#include "TeamMenuItem.h"
|
||||
|
||||
|
||||
class TTeamMenu : public BMenu {
|
||||
public:
|
||||
TTeamMenu();
|
||||
public:
|
||||
TTeamMenu();
|
||||
|
||||
void AttachedToWindow();
|
||||
void DetachedFromWindow();
|
||||
void DrawBackground(BRect update);
|
||||
void AttachedToWindow();
|
||||
void DetachedFromWindow();
|
||||
|
||||
private:
|
||||
static int CompareByName(const void* first, const void* second);
|
||||
private:
|
||||
static int CompareByName(const void* first,
|
||||
const void* second);
|
||||
};
|
||||
|
||||
|
||||
#endif /* TEAMMENU_H */
|
||||
#endif // TEAMMENU_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user