From 7ecf884f9ae9b3cb8632b858999bf45d97211523 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Fri, 23 Jan 2009 16:50:07 +0000 Subject: [PATCH] nJoy: Fix to last commit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1996 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp index 5dcbabeec8..7885b8450d 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp @@ -185,8 +185,6 @@ void SetDllGlobals(PLUGIN_GLOBALS* _pPluginGlobals) { // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void DllConfig(HWND _hParent) { - #ifdef _WIN32 - // Start the pads so we can use them in the configuration and advanced controls if(!emulator_running) { @@ -202,8 +200,6 @@ void DllConfig(HWND _hParent) m_frame = new ConfigBox(NULL); m_frame->ShowModal(); #endif - - #endif } void DllDebugger(HWND _hParent, bool Show) {