You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
@@ -606,8 +606,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||
I = I->next();
|
||||
}
|
||||
|
||||
I = args.front();
|
||||
|
||||
String display_driver = "";
|
||||
String audio_driver = "";
|
||||
String project_path = ".";
|
||||
|
||||
Reference in New Issue
Block a user