]> err.no Git - mapper/commitdiff
Remove unused variables
authorKaj-Michael Lang <milang@onion.tal.org>
Tue, 2 Oct 2007 13:27:32 +0000 (16:27 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Tue, 2 Oct 2007 13:27:32 +0000 (16:27 +0300)
src/gtkgps.c

index b1ea99c270e7eb5692e08b755117224579f4cb3d..e9e2e51e32e3c1950ef7cf70be2a767e8ccad510 100644 (file)
@@ -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};