diff options
author | Willem Jan Palenstijn | 2009-03-20 17:33:08 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2009-03-20 17:33:08 +0000 |
commit | 40e55d25931a090bab6665547f05e94bf068998b (patch) | |
tree | c2ca2e8bc02abb8d097fabe3dbf4c5cfd948a4b4 /base | |
parent | 559190904d7356dd408c62ce2da799537a23c37e (diff) | |
download | scummvm-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
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 1 |
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. |