1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:37:34 +00:00

WindowServer: Remove SetApplicationMenubar IPC message

This commit is contained in:
Andreas Kling 2021-03-25 21:42:42 +01:00
parent 78b12e1521
commit fc84076f18
3 changed files with 0 additions and 7 deletions

View file

@ -9,7 +9,6 @@ endpoint WindowServer = 2
DestroyMenu(i32 menu_id) => ()
AddMenuToMenubar(i32 menubar_id, i32 menu_id) => ()
SetApplicationMenubar(i32 menubar_id) => ()
SetSystemMenu(i32 menu_id) => ()