mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
HackStudio: Remove declarations for non-existent methods
This commit is contained in:
parent
0cedbd2f50
commit
88d746c775
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ private:
|
|||
ErrorOr<NonnullRefPtr<GUI::Action>> create_new_file_action(DeprecatedString const& label, DeprecatedString const& icon, DeprecatedString const& extension);
|
||||
ErrorOr<NonnullRefPtr<GUI::Action>> create_new_directory_action();
|
||||
ErrorOr<NonnullRefPtr<GUI::Action>> create_open_selected_action();
|
||||
NonnullRefPtr<GUI::Action> create_open_selected_in_new_tab_action();
|
||||
NonnullRefPtr<GUI::Action> create_delete_action();
|
||||
ErrorOr<NonnullRefPtr<GUI::Action>> create_new_project_action();
|
||||
NonnullRefPtr<GUI::Action> create_switch_to_next_editor_tab_widget_action();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue