mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 14:48:14 +00:00
playback/player: gtk-play: remove unused variables
This commit is contained in:
parent
40e21cea24
commit
ba1ea11823
1 changed files with 0 additions and 2 deletions
|
@ -1653,7 +1653,6 @@ gtk_play_constructor (GType type, guint n_construct_params,
|
||||||
GObjectConstructParam * construct_params)
|
GObjectConstructParam * construct_params)
|
||||||
{
|
{
|
||||||
GtkPlay *self;
|
GtkPlay *self;
|
||||||
gchar **p;
|
|
||||||
|
|
||||||
self =
|
self =
|
||||||
(GtkPlay *) G_OBJECT_CLASS (gtk_play_parent_class)->constructor (type,
|
(GtkPlay *) G_OBJECT_CLASS (gtk_play_parent_class)->constructor (type,
|
||||||
|
@ -1764,7 +1763,6 @@ static gint
|
||||||
gtk_play_app_command_line (GApplication * application,
|
gtk_play_app_command_line (GApplication * application,
|
||||||
GApplicationCommandLine * command_line)
|
GApplicationCommandLine * command_line)
|
||||||
{
|
{
|
||||||
GtkPlayApp *self = (GtkPlayApp *) application;
|
|
||||||
GVariantDict *options;
|
GVariantDict *options;
|
||||||
GtkPlay *play;
|
GtkPlay *play;
|
||||||
GList *uris = NULL;
|
GList *uris = NULL;
|
||||||
|
|
Loading…
Reference in a new issue