BMenuItem: Remove _DrawFunctionChar() cruft added in hrev58589

Change-Id: I7fbc1dc194be91705646f6e822d03e9773bd649a
This commit is contained in:
John Scipione 2025-02-03 02:37:05 -05:00
parent 16c6cc4418
commit 5610706bb6

View File

@ -93,7 +93,6 @@ private:
void _DrawShortcutSymbol(bool);
void _DrawSubmenuSymbol();
void _DrawControlChar(char shortcut, BPoint where);
void _DrawFunctionChar(uint32 rawKey, BPoint where);
private:
char* fLabel;