summaryrefslogtreecommitdiff
path: root/plugins/gtkui/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/search.c')
-rw-r--r--plugins/gtkui/search.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/gtkui/search.c b/plugins/gtkui/search.c
index eb7cb507..4f8eaec8 100644
--- a/plugins/gtkui/search.c
+++ b/plugins/gtkui/search.c
@@ -74,12 +74,6 @@ void
on_searchentry_changed (GtkEditable *editable,
gpointer user_data)
{
- // final implementation must work in separate thread, and catch up when
- // value was changed
- // but for alpha, let's do it in GTK thread
-
- // walk playlist starting with playlist_head, and populate list starting
- // with search_head
search_refresh ();
main_refresh ();
}