aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2010-10-26 22:30:39 +0000
committerMax Horn2010-10-26 22:30:39 +0000
commit4e2d1b507a395c6dc618af38711e30bd89a91b00 (patch)
tree0ed43db30cb0547f171a35efe30da3d5c05284ec /base
parentfc1e70eb01007e89a66ca9d9313f7e1b1ffc1e0b (diff)
downloadscummvm-rg350-4e2d1b507a395c6dc618af38711e30bd89a91b00.tar.gz
scummvm-rg350-4e2d1b507a395c6dc618af38711e30bd89a91b00.tar.bz2
scummvm-rg350-4e2d1b507a395c6dc618af38711e30bd89a91b00.zip
BASE: Remove oudated comment, and redundant warning
svn-id: r53867
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp
index a44f7a337a..8d46cf9a56 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -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"));
}