aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/launcher.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index fb9f882090..0d331a598c 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -924,11 +924,7 @@ void LauncherDialog::loadGame(int item) {
const EnginePlugin *plugin = 0;
-#if defined(ONE_PLUGIN_AT_A_TIME) && defined(DYNAMIC_MODULES)
- EngineMan.findGameOnePluginAtATime(gameId, &plugin);
-#else
EngineMan.findGame(gameId, &plugin);
-#endif
String target = _domains[item];
target.toLowercase();