diff --git a/Source/Core/DolphinWX/Src/CheatsWindow.h b/Source/Core/DolphinWX/Src/CheatsWindow.h index a08d2f8c75..32894b4adb 100644 --- a/Source/Core/DolphinWX/Src/CheatsWindow.h +++ b/Source/Core/DolphinWX/Src/CheatsWindow.h @@ -80,7 +80,6 @@ protected: wxListBox* lbox_search_results; wxStaticText* label_results_count; wxTextCtrl* textctrl_value_x; - wxString* searches; wxButton *btnInitScan, *btnNextScan; struct diff --git a/Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp b/Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp index 3cff70697d..55176319b6 100644 --- a/Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp +++ b/Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp @@ -539,7 +539,7 @@ void Wiimote::Update() } // Fill report with valid data when full handshake was done - if (m_reg_ir->data[0x30] || m_reg_ir->data[0x33]) + if (m_reg_ir->data[0x30]) // ir mode switch (m_reg_ir->mode) {