mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:38:13 +00:00
LibGUI: Remove declarations for non-existent methods
This commit is contained in:
parent
12673d0e24
commit
88bbbe12ba
4 changed files with 0 additions and 6 deletions
|
@ -20,8 +20,6 @@ class MultiView final : public GUI::StackWidget {
|
|||
public:
|
||||
virtual ~MultiView() override = default;
|
||||
|
||||
void refresh();
|
||||
|
||||
Function<void()> on_selection_change;
|
||||
Function<void(ModelIndex const&)> on_activation;
|
||||
Function<void(ModelIndex const&)> on_selection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue