removed win32 gui from the plugin.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@783 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Laurence Muller
2008-10-05 23:04:35 +00:00
parent 2cc477b7d5
commit 54719af08c
7 changed files with 39 additions and 1064 deletions

View File

@ -29,9 +29,6 @@
//
//////////////////////////////////////////////////////////////////////////////////////////
// Set this if you want to use the new wxWidgets GUI
#define USE_WXWIDGETS
// Set this if you want to use the rumble 'hack' for controller one
//#define USE_RUMBLE_DINPUT_HACK
@ -64,12 +61,8 @@
#include <linux/input.h>
#endif
#ifdef USE_WXWIDGETS
#include "GUI/AboutBox.h"
#include "GUI/ConfigBox.h"
#else
#include "config.h"
#endif
#include "Common.h"
#include "pluginspecs_pad.h"