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

Remove unused variable in GDScriptLanguage.

This commit is contained in:
Yufeng Ying
2024-12-20 00:48:06 +08:00
parent fafc07335b
commit a43f90b89d
3 changed files with 0 additions and 11 deletions

View File

@@ -476,8 +476,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);