Merge pull request #100610 from YYF233333/style
Remove unused variable in `GDScriptLanguage`
This commit is contained in:
commit
0a37e12a9b
3 changed files with 0 additions and 11 deletions
|
|
@ -485,8 +485,6 @@ class GDScriptLanguage : public ScriptLanguage {
|
|||
#endif
|
||||
|
||||
public:
|
||||
int calls;
|
||||
|
||||
bool debug_break(const String &p_error, bool p_allow_continue = true);
|
||||
bool debug_break_parse(const String &p_file, int p_line, const String &p_error);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue