From 3979817caf12b9256a6973b3c8d0893fd953828f Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Fri, 10 Oct 2025 20:16:48 +0200 Subject: [PATCH] Remove unused `Window::debugger_stop_shortcut` --- scene/main/window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scene/main/window.h b/scene/main/window.h index 25ce600e140..2afa43b2ce7 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -254,8 +254,6 @@ private: void _update_displayed_title(); - Ref debugger_stop_shortcut; - static int root_layout_direction; protected: