diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-10-21 22:25:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 22:25:01 +0200 |
commit | 53945fe75eb6e76e06222932bd54b4cc7a7ffbaf (patch) | |
tree | 89f375115caf228128e9ce660475a39c1354626a /editor/animation_track_editor.h | |
parent | 9e631a40c69b97c94d23bf2cba23f9943a8f11fa (diff) | |
parent | 1594f22b4e4130f875857c4273e2b8204711a453 (diff) |
Merge pull request #32960 from YeldhamDev/anim_track_copy_enhancements
Enhancements and fixes for the animation editor's copy track dialog
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 830d5b52d3..fd28d8f4d1 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -465,11 +465,8 @@ class AnimationTrackEditor : public VBoxContainer { void _selection_changed(); - bool selected_all_tracks; ConfirmationDialog *track_copy_dialog; Tree *track_copy_select; - HBoxContainer *track_copy_options; - Button *select_all_button; struct TrackClipboard { NodePath full_path; |