mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Taskbar: Remove declarations for non-existent methods
This commit is contained in:
parent
8dff4c577f
commit
ca85ce6db3
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ private:
|
||||||
explicit TaskbarWindow();
|
explicit TaskbarWindow();
|
||||||
static void show_desktop_button_clicked(unsigned);
|
static void show_desktop_button_clicked(unsigned);
|
||||||
static void toggle_show_desktop();
|
static void toggle_show_desktop();
|
||||||
void set_quick_launch_button_data(GUI::Button&, DeprecatedString const&, NonnullRefPtr<Desktop::AppFile>);
|
|
||||||
void on_screen_rects_change(Vector<Gfx::IntRect, 4> const&, size_t);
|
void on_screen_rects_change(Vector<Gfx::IntRect, 4> const&, size_t);
|
||||||
NonnullRefPtr<GUI::Button> create_button(WindowIdentifier const&);
|
NonnullRefPtr<GUI::Button> create_button(WindowIdentifier const&);
|
||||||
void add_window_button(::Window&, WindowIdentifier const&);
|
void add_window_button(::Window&, WindowIdentifier const&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue