mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
WindowServer: Remove the global app menu
The SetApplicationMenu IPC message is still there, since we also need to clean up all of the client code before we can remove that.
This commit is contained in:
parent
05cc7d69ac
commit
fcc8e3484f
6 changed files with 3 additions and 48 deletions
|
@ -94,7 +94,6 @@ public:
|
|||
void notify_opacity_changed(Window&);
|
||||
void notify_occlusion_state_changed(Window&);
|
||||
void notify_progress_changed(Window&);
|
||||
void notify_client_changed_app_menubar(ClientConnection&);
|
||||
|
||||
Gfx::IntRect maximized_window_rect(const Window&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue