diff options
-rw-r--r-- | Userland/Services/Taskbar/TaskbarWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/Taskbar/TaskbarWindow.h b/Userland/Services/Taskbar/TaskbarWindow.h index bf36457cf4..14fd25b4cf 100644 --- a/Userland/Services/Taskbar/TaskbarWindow.h +++ b/Userland/Services/Taskbar/TaskbarWindow.h @@ -35,7 +35,6 @@ private: explicit TaskbarWindow(); static void show_desktop_button_clicked(unsigned); 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); NonnullRefPtr<GUI::Button> create_button(WindowIdentifier const&); void add_window_button(::Window&, WindowIdentifier const&); |