Skip to content

Commit

Permalink
application-window: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestask committed Jul 28, 2024
1 parent d196dcd commit 68ba0e1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/jogg-application-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,6 @@ jogg_application_window_init (JoggApplicationWindow *self)
, G_CALLBACK (jogg_application_window_search_entry_on_activate)
, self
);
#if 0
g_signal_connect ( self->search_entry
, "next-match"
, G_CALLBACK (jogg_application_window_search_entry_on_next_match)
, self
);
#endif
g_signal_connect ( self->search_entry
, "search-changed"
, G_CALLBACK (jogg_application_window_search_entry_on_search_changed)
Expand Down Expand Up @@ -434,11 +427,6 @@ jogg_application_window_class_init (JoggApplicationWindowClass *klass)
, JoggApplicationWindow
, results
);

gtk_widget_class_bind_template_callback (widget_class,
jogg_application_window_search_entry_on_search_changed);
gtk_widget_class_bind_template_callback (widget_class,
jogg_application_window_search_entry_on_stop_search);
}

JoggApplicationWindow *
Expand Down

0 comments on commit 68ba0e1

Please sign in to comment.