summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2015-06-11 19:49:59 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-11 20:11:31 +0200
commit07d72701af81d8e6c575edabf9422c6bba3cbc25 (patch)
tree0b824ce5c7234b970dc29a5bf56e3cc89c2ee0b3 /gtk
parent626b3d2eee1d3e4802070aae765a9be87e24cf19 (diff)
gtk-play: remove unused variables
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk-play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtk-play.c b/gtk/gtk-play.c
index 8204362..66b23c5 100644
--- a/gtk/gtk-play.c
+++ b/gtk/gtk-play.c
@@ -1653,7 +1653,6 @@ gtk_play_constructor (GType type, guint n_construct_params,
GObjectConstructParam * construct_params)
{
GtkPlay *self;
- gchar **p;
self =
(GtkPlay *) G_OBJECT_CLASS (gtk_play_parent_class)->constructor (type,
@@ -1764,7 +1763,6 @@ static gint
gtk_play_app_command_line (GApplication * application,
GApplicationCommandLine * command_line)
{
- GtkPlayApp *self = (GtkPlayApp *) application;
GVariantDict *options;
GtkPlay *play;
GList *uris = NULL;