summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2022-11-25 12:52:01 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2022-11-25 14:50:16 +0900
commit5e785e2ea49b66a98d6e7a8b9fa391340168833b (patch)
tree782baae9f4be1ddf64a5d1aab6a63d44a3bbab9d /editor/animation_track_editor.h
parent7580565c28e7e10db7f551287e1f91cfd614b195 (diff)
Fix wrong AnimationTrackKeyEdit update timing
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h
index e7d73cc8dd..dc0c4abe5f 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -427,7 +427,6 @@ class AnimationTrackEditor : public VBoxContainer {
AnimationTrackKeyEdit *key_edit = nullptr;
AnimationMultiTrackKeyEdit *multi_key_edit = nullptr;
void _update_key_edit();
-
void _clear_key_edit();
Control *box_selection = nullptr;