Remove some unused variables
This commit is contained in:
parent
8c0a050d49
commit
046f94d3ac
9 changed files with 12 additions and 22 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue