mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
WindowServer: Remove unsued MenuManager::menu_selection_color()
This commit is contained in:
parent
0bb4111735
commit
52c76aa9bf
Notes:
sideshowbarker
2024-07-19 09:15:14 +09:00
Author: https://github.com/shannonbooth
Commit: 52c76aa9bf
Pull-request: https://github.com/SerenityOS/serenity/pull/1235
1 changed files with 0 additions and 3 deletions
|
@ -78,7 +78,6 @@ public:
|
||||||
Menu* system_menu() { return m_system_menu; }
|
Menu* system_menu() { return m_system_menu; }
|
||||||
void set_system_menu(Menu&);
|
void set_system_menu(Menu&);
|
||||||
|
|
||||||
Color menu_selection_color() const { return m_menu_selection_color; }
|
|
||||||
int theme_index() const { return m_theme_index; }
|
int theme_index() const { return m_theme_index; }
|
||||||
|
|
||||||
Window& window() { return *m_window; }
|
Window& window() { return *m_window; }
|
||||||
|
@ -120,8 +119,6 @@ private:
|
||||||
bool m_needs_window_resize { false };
|
bool m_needs_window_resize { false };
|
||||||
bool m_bar_open { false };
|
bool m_bar_open { false };
|
||||||
|
|
||||||
Color m_menu_selection_color;
|
|
||||||
|
|
||||||
int m_theme_index { 0 };
|
int m_theme_index { 0 };
|
||||||
|
|
||||||
WeakPtr<MenuBar> m_current_menubar;
|
WeakPtr<MenuBar> m_current_menubar;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue