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();