From ca85ce6db3f17eea330692db041b00d6bb3ed4bb Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 27 Jan 2023 17:10:20 +0000 Subject: [PATCH] Taskbar: Remove declarations for non-existent methods --- Userland/Services/Taskbar/TaskbarWindow.h | 1 - 1 file changed, 1 deletion(-) 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); void on_screen_rects_change(Vector const&, size_t); NonnullRefPtr create_button(WindowIdentifier const&); void add_window_button(::Window&, WindowIdentifier const&);