This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit c21e74c3090fcbc542bf02249868626985a2d979
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Fri Nov 4 01:02:42 2016 +0100

    Drop unused vars
---
 common/panel-xfconf.c  | 4 ----
 wrapper/wrapper-plug.c | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/common/panel-xfconf.c b/common/panel-xfconf.c
index 84f93c0..5c7fa88 100644
--- a/common/panel-xfconf.c
+++ b/common/panel-xfconf.c
@@ -20,10 +20,6 @@
 #include <config.h>
 #endif
 
-#ifdef HAVE_MATH_H
-#include <math.h>
-#endif
-
 #include <dbus/dbus-glib.h>
 
 #include <common/panel-private.h>
diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 48cdc8b..18e87af 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -238,7 +238,6 @@ wrapper_plug_expose_event (GtkWidget      *widget,
   WrapperPlug    *plug = WRAPPER_PLUG (widget);
   cairo_t        *cr;
   const GdkColor *color;
-  gdouble         alpha;
   GdkPixbuf      *pixbuf;
   GError         *error = NULL;
 
@@ -363,9 +362,6 @@ wrapper_plug_set_background_color (WrapperPlug *plug,
                                    const gchar *color_string)
 {
   GdkRGBA                 color;
-  GtkStyleContext        *context;
-  GtkCssProvider         *provider = gtk_css_provider_new();
-  gchar                  *css_string;
 
   panel_return_if_fail (WRAPPER_IS_PLUG (plug));
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to