From 7b54d8ad10568d973471d3a025f5791fcf8ba108 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 23 Nov 2014 21:06:58 -0500 Subject: [PATCH] ControllerConfigDiag: Remove now obsolete TODOs --- Source/Core/DolphinWX/ControllerConfigDiag.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/DolphinWX/ControllerConfigDiag.cpp b/Source/Core/DolphinWX/ControllerConfigDiag.cpp index 89456762de..b0f6a1615f 100644 --- a/Source/Core/DolphinWX/ControllerConfigDiag.cpp +++ b/Source/Core/DolphinWX/ControllerConfigDiag.cpp @@ -73,7 +73,6 @@ wxStaticBoxSizer* ControllerConfigDiag::CreateGamecubeSizer() wxStaticText* pad_labels[4]; wxChoice* pad_type_choices[4]; wxButton* config_buttons[4]; - // TODO: Add bind call here for (int i = 0; i < 4; i++) { @@ -178,7 +177,6 @@ wxStaticBoxSizer* ControllerConfigDiag::CreateWiimoteConfigSizer() } wiimote_control_section->Add(wiimote_sizer, 1, wxEXPAND, 5 ); - // TODO: Move to wiimote sizer creation. // Disable some controls when emulation is running if (Core::GetState() != Core::CORE_UNINITIALIZED && NetPlay::IsNetPlayRunning()) { @@ -189,7 +187,6 @@ wxStaticBoxSizer* ControllerConfigDiag::CreateWiimoteConfigSizer() } } - // Combine all wiimote UI. wiimote_group->Add(wiimote_control_section, 0, wxEXPAND | wxALL); wiimote_group->AddSpacer(5); wiimote_group->Add(CreateBalanceBoardSizer(), 0, wxEXPAND | wxALL);