diff --git a/podcasts-gtk/src/main.rs b/podcasts-gtk/src/main.rs index 32ce1e0..6d33831 100644 --- a/podcasts-gtk/src/main.rs +++ b/podcasts-gtk/src/main.rs @@ -171,7 +171,6 @@ fn test_stuff() -> Result<(), failure::Error> { appnotif::InAppNotification::default(); show_menu::ShowMenu::default(); - player::PlayerWidget::default(); Ok(()) }