diff options
Diffstat (limited to 'core/func_ref.h')
-rw-r--r-- | core/func_ref.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/func_ref.h b/core/func_ref.h index 07b361db2d..6b0b22bab5 100644 --- a/core/func_ref.h +++ b/core/func_ref.h @@ -34,7 +34,6 @@ #include "core/reference.h" class FuncRef : public Reference { - GDCLASS(FuncRef, Reference); ObjectID id; StringName function; |