diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 20:39:29 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-31 18:54:04 +0100 |
commit | b342dcdf04790e320a1f445a8cdae7449065b9e1 (patch) | |
tree | 1bf3f18f621d8cd52e92ac7d6df7d36680563ecc /editor/animation_track_editor.cpp | |
parent | 2b710bc336a02ace95eb0588f3b0744923faf004 (diff) | |
download | redot-engine-b342dcdf04790e320a1f445a8cdae7449065b9e1.tar.gz |
Remove some unused signals
Part of #37604.
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r-- | editor/animation_track_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 8dd087451c..ee4163bc14 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -2986,7 +2986,6 @@ bool AnimationTrackEdit::can_drop_data(const Point2 &p_point, const Variant &p_d } const_cast<AnimationTrackEdit *>(this)->queue_redraw(); - const_cast<AnimationTrackEdit *>(this)->emit_signal(SNAME("drop_attempted"), track); return true; } |