BASE: Remove oudated comment, and redundant warning
svn-id: r53867
This commit is contained in:
parent
fc1e70eb01
commit
4e2d1b507a
1 changed files with 0 additions and 3 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue