From cb12ac94ce839852b4441e0a94079d8d85415c64 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Tue, 2 Oct 2007 16:27:32 +0300 Subject: [PATCH] Remove unused variables --- src/gtkgps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}; -- 2.39.5