diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-20 11:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 11:23:46 +0200 |
commit | 974b07fc70d4d2b984840c9cb4610e4c0c350d08 (patch) | |
tree | dab28219cde5cad31895071548a6710db44ed053 /editor/plugins/animation_player_editor_plugin.h | |
parent | e09cf96857927c359dcca0bf59d97d6603db940c (diff) | |
parent | 8a9b3d24f5619f3483b56f0c8c55a1986a9a2442 (diff) |
Merge pull request #29914 from YeldhamDev/fix_onion_errors
Fix minor onion layering control errors
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index dedce16bbc..398ef6ff14 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -170,7 +170,6 @@ class AnimationPlayerEditor : public VBoxContainer { void _play_bw_from_pressed(); void _autoplay_pressed(); void _stop_pressed(); - void _pause_pressed(); void _animation_selected(int p_which); void _animation_new(); void _animation_rename(); |