aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-03-20 17:33:08 +0000
committerWillem Jan Palenstijn2009-03-20 17:33:08 +0000
commit40e55d25931a090bab6665547f05e94bf068998b (patch)
treec2ca2e8bc02abb8d097fabe3dbf4c5cfd948a4b4
parent559190904d7356dd408c62ce2da799537a23c37e (diff)
downloadscummvm-rg350-40e55d25931a090bab6665547f05e94bf068998b.tar.gz
scummvm-rg350-40e55d25931a090bab6665547f05e94bf068998b.tar.bz2
scummvm-rg350-40e55d25931a090bab6665547f05e94bf068998b.zip
Remove line that was (probably) accidentally committed in r32745.
svn-id: r39569
-rw-r--r--base/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index c2b141966d..46489649ae 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -279,7 +279,6 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
// Load the plugins.
PluginManager::instance().loadPlugins();
- EngineMan.getPlugins();
// Process the remaining command line settings. Must be done after the
// config file and the plugins have been loaded.