mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
WindowServer: Make MenuBar unaware of Process.
This commit is contained in:
parent
7723c06f27
commit
2733a788eb
4 changed files with 7 additions and 11 deletions
|
@ -65,7 +65,6 @@ public:
|
|||
|
||||
int api$menu_add_separator(int menu_id);
|
||||
int api$menu_add_item(int menu_id, unsigned identifier, String&& text);
|
||||
void destroy_all_menus(Process&);
|
||||
|
||||
private:
|
||||
WSWindowManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue