Remove unused variables

This commit is contained in:
Matthias Clasen 2012-02-08 19:55:37 -05:00
parent bad24bc119
commit 3a7ed2e7bd

View File

@ -108,8 +108,6 @@ swatch_draw (GtkWidget *widget,
{
GtkColorSwatch *swatch = (GtkColorSwatch*)widget;
GtkThemingBackground background;
GtkRoundedBox box;
gint i;
gdouble width, height;
GtkStyleContext *context;
GtkStateFlags state;