aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"));
}