WindowServer+LibGUI: Remove the global menubar :^)

This leaves menu applets running but invisible, and that's a regression
we need to take care of obviously. But not today, because it's getting
too late.
This commit is contained in:
Andreas Kling 2021-03-25 23:27:11 +01:00
commit e9db10e3a9
Notes: sideshowbarker 2024-07-18 21:05:11 +09:00
6 changed files with 6 additions and 22 deletions

View file

@ -48,7 +48,6 @@ public:
Gfx::IntRect rect() const { return m_rect; }
int taskbar_height() const { return 28; }
int menubar_height() const { return 19; }
void did_receive_screen_rect(Badge<WindowServerConnection>, const Gfx::IntRect&);