From 5610706bb61d475f248d352d0c999c950206ff0d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 3 Feb 2025 02:37:05 -0500 Subject: [PATCH] BMenuItem: Remove _DrawFunctionChar() cruft added in hrev58589 Change-Id: I7fbc1dc194be91705646f6e822d03e9773bd649a --- headers/os/interface/MenuItem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/os/interface/MenuItem.h b/headers/os/interface/MenuItem.h index a06687ef19..fa35d10d5b 100644 --- a/headers/os/interface/MenuItem.h +++ b/headers/os/interface/MenuItem.h @@ -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;