diff options
Diffstat (limited to 'editor/animation_bezier_editor.h')
-rw-r--r-- | editor/animation_bezier_editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/animation_bezier_editor.h b/editor/animation_bezier_editor.h index 2be388fd57..1c1cde47b4 100644 --- a/editor/animation_bezier_editor.h +++ b/editor/animation_bezier_editor.h @@ -34,7 +34,6 @@ #include "animation_track_editor.h" class AnimationBezierTrackEdit : public Control { - GDCLASS(AnimationBezierTrackEdit, Control); enum HandleMode { @@ -112,7 +111,6 @@ class AnimationBezierTrackEdit : public Control { Vector2 menu_insert_key; struct AnimMoveRestore { - int track; float time; Variant key; |