BASE: Remove oudated comment, and redundant warning

svn-id: r53867
This commit is contained in:
Max Horn 2010-10-26 22:30:39 +00:00
parent fc1e70eb01
commit 4e2d1b507a

View file

@ -422,9 +422,6 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
// PluginManager::instance().unloadPlugins();
PluginManager::instance().loadPlugins();
} else {
// A dialog would be nicer, but we don't have any
// screen to draw on yet.
warning("%s", _("Could not find any engine capable of running the selected game"));
GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game"));
}