diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp index d052953c57..e1c85202d0 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp @@ -325,8 +325,6 @@ u32 CWII_IPC_HLE_Device_usb_oh1_57e_305::Update() PluginWiimote::Wiimote_Update(); } -#ifdef _WIN32 - // FiRES: TODO find a good solution to do this static bool test = true; static int counter = 1000; @@ -347,8 +345,6 @@ u32 CWII_IPC_HLE_Device_usb_oh1_57e_305::Update() } } -#endif - return 0; }