diff --git a/src/servers/input/MethodMenuItem.cpp b/src/servers/input/MethodMenuItem.cpp index c83986e548..31fb8837ae 100644 --- a/src/servers/input/MethodMenuItem.cpp +++ b/src/servers/input/MethodMenuItem.cpp @@ -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() diff --git a/src/servers/input/MethodMenuItem.h b/src/servers/input/MethodMenuItem.h index 41097568ab..02e95d031e 100644 --- a/src/servers/input/MethodMenuItem.h +++ b/src/servers/input/MethodMenuItem.h @@ -29,7 +29,6 @@ public: virtual ~MethodMenuItem(); - //virtual void Draw(); virtual void DrawContent(); virtual void GetContentSize(float *width, float *height);