[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] 02/02: remove unused var
noreply at xfce.org
noreply at xfce.org
Fri Dec 7 19:41:37 CET 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-mpc-plugin.
commit 9a56c20ce8959530e8ca2fd385471b4999e23db3
Author: Landry Breuil <landry at xfce.org>
Date: Fri Dec 7 19:41:27 2018 +0100
remove unused var
---
panel-plugin/xfce4-mpc-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 22116f0..99d6542 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -712,7 +712,7 @@ static void
resize_button(GtkWidget *btn, gint size)
{
GtkIconTheme *icon_theme;
- GdkPixbuf *pixbuf, *scaled;
+ GdkPixbuf *pixbuf;
GtkWidget *image = g_object_get_data(G_OBJECT(btn), "image");
gchar *icon = g_object_get_data(G_OBJECT(image), "icon-name");
icon_theme = gtk_icon_theme_get_default();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list