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

Taskbar: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:10:20 +00:00 committed by Linus Groh
parent 8dff4c577f
commit ca85ce6db3

View file

@ -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&);