Merge pull request #118957 from DeeJayLSP/gds-redundant-cleardata

Remove redundant `ClearData` struct from `GDScript`
This commit is contained in:
Thaddeus Crews
2026-06-19 15:09:21 -05:00
3 changed files with 2 additions and 10 deletions
+1
View File
@@ -41,6 +41,7 @@
#include "core/io/resource_loader.h"
#include "core/object/callable_mp.h"
#include "core/object/class_db.h"
#include "core/templates/rb_set.h"
#ifdef TOOLS_ENABLED
#include "editor/gdscript_docgen.h"