summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-16 13:34:38 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-16 13:34:38 +0200
commit4d35402c1c9bf694041c0d8ecc7cf035d5bf8afd (patch)
treec996ec2de68da41a77f37bac66b0907541662deb /editor/animation_track_editor.h
parent8ebfd89359d92ae3e785dcc802c831d66b3259e5 (diff)
parent74f64aaf98beba74c8c7eedac152c4a50b336994 (diff)
downloadredot-engine-4d35402c1c9bf694041c0d8ecc7cf035d5bf8afd.tar.gz
Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-corresponding-refactor
Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
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 8a263d7d20..ecb76902e1 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -650,7 +650,6 @@ class AnimationTrackEditor : public VBoxContainer {
void _pick_track_filter_text_changed(const String &p_newtext);
void _pick_track_select_recursive(TreeItem *p_item, const String &p_filter, Vector<Node *> &p_select_candidates);
- void _pick_track_filter_input(const Ref<InputEvent> &p_ie);
double snap_unit;
void _update_snap_unit();