1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Merge pull request #100610 from YYF233333/style

Remove unused variable in `GDScriptLanguage`
This commit is contained in:
Rémi Verschelde
2024-12-20 23:56:58 +01:00
3 changed files with 0 additions and 11 deletions

View File

@@ -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);