You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove some unused variables
This commit is contained in:
@@ -2067,7 +2067,7 @@ Error GDScriptLanguage::complete_code(const String& p_code, const String& p_base
|
||||
|
||||
GDParser p;
|
||||
|
||||
Error err = p.parse(p_code,p_base_path,false,"",true);
|
||||
p.parse(p_code,p_base_path,false,"",true);
|
||||
bool isfunction=false;
|
||||
Set<String> options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user