mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 15:12:58 +00:00
playback/player: gtk: Remove redundant code
This commit is contained in:
parent
78142bf4ea
commit
362b5ce2a5
1 changed files with 0 additions and 1 deletions
|
@ -1651,7 +1651,6 @@ main (gint argc, gchar ** argv)
|
|||
g_signal_connect (play.player, "volume-changed",
|
||||
G_CALLBACK (player_volume_changed_cb), &play);
|
||||
|
||||
play.playing = TRUE;
|
||||
play_current_uri (&play, g_list_first (play.uris), NULL);
|
||||
|
||||
gtk_main ();
|
||||
|
|
Loading…
Reference in a new issue