diff --git a/podcasts-gtk/src/widgets/shows_view.rs b/podcasts-gtk/src/widgets/shows_view.rs index d9a76b2..15ad678 100644 --- a/podcasts-gtk/src/widgets/shows_view.rs +++ b/podcasts-gtk/src/widgets/shows_view.rs @@ -99,8 +99,6 @@ fn populate_flowbox(shows: &Rc, vadj: Option) -> Result<( } fn on_child_activate(child: >k::FlowBoxChild, sender: &Sender) -> Result<(), Error> { - use gtk::WidgetExt; - // This is such an ugly hack... let id = WidgetExt::get_name(child) .ok_or_else(|| format_err!("Failed to get \"episodes\" child from the stack."))?