Skip to content
Snippets Groups Projects
Commit c21e74c3 authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

Drop unused vars

parent 28133ea3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment