mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
Taskbar: Remove declarations for non-existent methods
This commit is contained in:
parent
8dff4c577f
commit
ca85ce6db3
Notes:
sideshowbarker
2024-07-17 08:35:21 +09:00
Author: https://github.com/AtkinsSJ
Commit: ca85ce6db3
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue