Browse Source

Merge pull request #111484 from HolonProduction/rm-debugger-shortcut

Remove unused `Window::debugger_stop_shortcut`
Thaddeus Crews 4 weeks ago
parent
commit
bbe9654327
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scene/main/window.h

+ 0 - 2
scene/main/window.h

@@ -256,8 +256,6 @@ private:
 
 	void _update_displayed_title();
 
-	Ref<Shortcut> debugger_stop_shortcut;
-
 	static int root_layout_direction;
 
 protected: