From 1d8f9b5368eedf5e860a46c5042ea1d4427726de Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Thu, 13 Feb 2025 00:52:20 -0500 Subject: [PATCH] Remove debug menu item --- .../Source/CogInput/Private/CogInputWindow_Gamepad.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Gamepad.cpp b/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Gamepad.cpp index 5ed3416..55dc6b9 100644 --- a/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Gamepad.cpp +++ b/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Gamepad.cpp @@ -482,11 +482,6 @@ void FCogInputWindow_Gamepad::RenderMainContextMenu() SetIsVisible(false); } - if (ImGui::MenuItem("Reset Actions")) - { - Actions.Empty(); - } - if (ImGui::MenuItem("Reset Settings")) { ResetConfig();