summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2023-01-27 17:10:20 +0000
committerLinus Groh <mail@linusgroh.de>2023-01-27 20:33:18 +0000
commitca85ce6db3f17eea330692db041b00d6bb3ed4bb (patch)
tree568537dd768417a6dc5b297a8fbd1788c9b1f189 /Userland/Services/Taskbar
parent8dff4c577f610ebacd805c5c9857713ab269d667 (diff)
downloadserenity-ca85ce6db3f17eea330692db041b00d6bb3ed4bb.zip
Taskbar: Remove declarations for non-existent methods
Diffstat (limited to 'Userland/Services/Taskbar')
-rw-r--r--Userland/Services/Taskbar/TaskbarWindow.h1
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&);