removed Draw() method

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-10-22 13:31:10 +00:00
parent 3f2b5033ee
commit e98e8b43c0
2 changed files with 0 additions and 16 deletions

View File

@ -68,21 +68,6 @@ MethodMenuItem::GetContentSize(float *width, float *height)
*height = MENUITEM_ICON_SIZE;
}
/*
void
MethodMenuItem::Draw()
{
BMenu *menu = Menu();
menu->PushState();
menu->MovePenTo(ContentLocation());
DrawContent();
menu->PopState();
BMenuItem::Draw();
}*/
void
MethodMenuItem::DrawContent()

View File

@ -29,7 +29,6 @@ public:
virtual ~MethodMenuItem();
//virtual void Draw();
virtual void DrawContent();
virtual void GetContentSize(float *width, float *height);