[Xfce4-commits] [xfce/xfce4-panel] 72/73: Drop unused vars
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:53 CET 2017
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.steinbeiss at 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.
More information about the Xfce4-commits
mailing list