From: Kaj-Michael Lang Date: Tue, 2 Oct 2007 13:27:32 +0000 (+0300) Subject: Remove unused variables X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb12ac94ce839852b4441e0a94079d8d85415c64;p=mapper Remove unused variables --- diff --git a/src/gtkgps.c b/src/gtkgps.c index b1ea99c..e9e2e51 100644 --- a/src/gtkgps.c +++ b/src/gtkgps.c @@ -190,7 +190,6 @@ static void gtk_gps_size_allocate (GtkWidget *widget, GtkAllocation *allocation) { GtkGps *gps; -gint fs; g_return_if_fail(GTK_IS_GPS(widget)); g_return_if_fail(allocation!=NULL); @@ -277,7 +276,7 @@ gtk_gps_paint_sky(GtkGps *gps) GdkGC *gc; GtkWidget *widget; guint i, x, y, size, halfsize, xoffset, yoffset; -guint x1, y1, x0, y0, ds; +guint x1, y1, x0, y0; gfloat tmp; gchar buffer[16]; guint line[12]={0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330};