mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
BASE: Remove redundant warning. It will be triggered at the end of the function
This commit is contained in:
parent
b3cf5c0383
commit
7fde53d5f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user