From 88d746c775101ce14e1df443961050b252f2828d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 27 Jan 2023 17:07:28 +0000 Subject: [PATCH] HackStudio: Remove declarations for non-existent methods --- Userland/DevTools/HackStudio/HackStudioWidget.h | 1 - 1 file changed, 1 deletion(-) 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();