BASE: Remove redundant warning. It will be triggered at the end of the function

This commit is contained in:
Eugene Sandulenko 2021-05-02 01:11:04 +02:00
parent b3cf5c0383
commit 7fde53d5f7
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1482,9 +1482,6 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
upgradeTargets();
return true;
#endif
} else {
if (!command.empty())
warning("processSettings(): Unhandled command line parameter \"%s\"", command.c_str());
}
#endif // DISABLE_COMMAND_LINE