mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
playback/player: gtk: Remove unused variable
This commit is contained in:
parent
d30c65f9f8
commit
f6cf0dd997
1 changed files with 0 additions and 5 deletions
|
@ -60,7 +60,6 @@ typedef struct
|
|||
|
||||
GstPlayer *player;
|
||||
GstPlayerVideoRenderer *renderer;
|
||||
gchar *uri;
|
||||
|
||||
GList *uris;
|
||||
GList *current_uri;
|
||||
|
@ -1771,10 +1770,6 @@ gtk_play_dispose (GObject * object)
|
|||
self->inhibit_cookie);
|
||||
self->inhibit_cookie = 0;
|
||||
|
||||
if (self->uri)
|
||||
g_free (self->uri);
|
||||
self->uri = NULL;
|
||||
|
||||
if (self->uris)
|
||||
g_list_free_full (self->uris, g_free);
|
||||
self->uris = NULL;
|
||||
|
|
Loading…
Reference in a new issue