diff --git a/Userland/DevTools/HackStudio/HackStudioWidget.h b/Userland/DevTools/HackStudio/HackStudioWidget.h index 4441d0ea19..63e2e20595 100644 --- a/Userland/DevTools/HackStudio/HackStudioWidget.h +++ b/Userland/DevTools/HackStudio/HackStudioWidget.h @@ -104,7 +104,6 @@ private: ErrorOr> create_new_file_action(DeprecatedString const& label, DeprecatedString const& icon, DeprecatedString const& extension); ErrorOr> create_new_directory_action(); ErrorOr> create_open_selected_action(); - NonnullRefPtr create_open_selected_in_new_tab_action(); NonnullRefPtr create_delete_action(); ErrorOr> create_new_project_action(); NonnullRefPtr create_switch_to_next_editor_tab_widget_action();