Remove the unused bounds parameter from DrawLabel

Also refactor BMenuField::Draw()
This commit is contained in:
John Scipione
2013-05-09 21:29:13 -04:00
parent 869e4bdca3
commit f6d93b80f3
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ private:
void InitObject(const char* label);
void InitObject2();
void DrawLabel(BRect bounds, BRect updateRect);
void DrawLabel(BRect updateRect);
static void InitMenu(BMenu* menu);
int32 _MenuTask();