aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-07 22:30:18 +0000
committerTony Puccinelli2010-08-07 22:30:18 +0000
commit9cf5dedca53b04403977baa95848ddab231d1c17 (patch)
tree8727f8f5b99b49cc12e1d75678a093298b604a92 /backends/platform/gp2xwiz
parentde1e941370b7e2fad704e072eccfb79b3db1399b (diff)
downloadscummvm-rg350-9cf5dedca53b04403977baa95848ddab231d1c17.tar.gz
scummvm-rg350-9cf5dedca53b04403977baa95848ddab231d1c17.tar.bz2
scummvm-rg350-9cf5dedca53b04403977baa95848ddab231d1c17.zip
got rid of rest of leftover stuff from GP2X-WIZ elf-loader attempt
svn-id: r51846
Diffstat (limited to 'backends/platform/gp2xwiz')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-main.cpp b/backends/platform/gp2xwiz/gp2xwiz-main.cpp
index fa08cff9f7..8c95a94639 100644
--- a/backends/platform/gp2xwiz/gp2xwiz-main.cpp
+++ b/backends/platform/gp2xwiz/gp2xwiz-main.cpp
@@ -41,7 +41,6 @@
#include "common/file.h"
#include "base/main.h"
-#include "backends/plugins/gp2xwiz/gp2xwiz-provider.h"
#include "backends/saves/default/default-saves.h"
#include "backends/timer/default/default-timer.h"
#include "sound/mixer_intern.h"
@@ -54,9 +53,6 @@
#include <sys/stat.h>
#include <time.h> // for getTimeAndDate()
-//comment this out to use POSIX plugins
-#define ELF_LOADER
-
/* Dump console info to files. */
// #define DUMP_STDOUT
@@ -66,13 +62,7 @@ int main(int argc, char *argv[]) {
assert(g_system);
#ifdef DYNAMIC_MODULES
-
-#ifdef ELF_LOADER
- PluginManager::instance().addPluginProvider(new GP2XWIZPluginProvider());
-#else
PluginManager::instance().addPluginProvider(new POSIXPluginProvider());
-#endif /* ELF_LOADER */
-
#endif /* DYNAMIC_MODULES */
// Invoke the actual ScummVM main entry point: