summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_sources.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-13 00:53:04 +0200
committerRobin Gareus <robin@gareus.org>2019-08-13 00:53:04 +0200
commitf940cbe794837ac6a52ecde11d816357f62aa0dc (patch)
tree9324839867c6d8e18b7047f55a7beed2691a1c16 /gtk2_ardour/editor_sources.h
parent8a9b38e5408954362716facd92a90f0cd3fbfb29 (diff)
Remove unused EditorSources selection filter
Diffstat (limited to 'gtk2_ardour/editor_sources.h')
-rw-r--r--gtk2_ardour/editor_sources.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_sources.h b/gtk2_ardour/editor_sources.h
index 7ab4a9079a..109ba82b3b 100644
--- a/gtk2_ardour/editor_sources.h
+++ b/gtk2_ardour/editor_sources.h
@@ -100,8 +100,6 @@ private:
sigc::connection _change_connection;
- bool selection_filter (const Glib::RefPtr<Gtk::TreeModel>& model, const Gtk::TreeModel::Path& path, bool yn);
-
Gtk::Widget* old_focus;
Gtk::CellEditable* tags_editable;