diff --git a/source/menu.cpp b/source/menu.cpp index 43284a0..10dfe45 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -1331,8 +1331,6 @@ static void PlayerMappingWindow(int chan) settingText = new GuiText(playerNumber, 22, (GXColor){0, 0, 0, 255}); - int currentController = GCSettings.Controller; - w->Append(&arrowLeftBtn); w->Append(&arrowRightBtn); w->Append(settingText);