WindowServer: Remove keyboard shortcut for toggling the system menu

100% of the time I activated this shortcut, I did not want to activate
this shortcut.
This commit is contained in:
Andreas Kling 2020-06-01 19:23:35 +02:00
commit 29029568ee
Notes: sideshowbarker 2024-07-19 05:54:39 +09:00
3 changed files with 0 additions and 26 deletions

View file

@ -70,12 +70,6 @@ public:
void close_all_menus_from_client(Badge<ClientConnection>, ClientConnection&);
void toggle_system_menu()
{
if (m_system_menu)
toggle_menu(*m_system_menu);
}
Menu* system_menu() { return m_system_menu; }
void set_system_menu(Menu&);