]> err.no Git - mapper/commitdiff
Remove old and now unused variable
authorKaj-Michael Lang <milang@tal.org>
Fri, 18 Apr 2008 09:21:42 +0000 (12:21 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 18 Apr 2008 09:21:42 +0000 (12:21 +0300)
src/gps-nmea-parse.c

index 96bcbe373d4acbfc59c264f61da5a2ed0cd2979c..0d7942a00cff2e06f7ebfc5ad85c0189dcfcebdc 100644 (file)
@@ -69,7 +69,7 @@ gps_nmea_parse_rmc(Gps *gps, gchar *sentence)
        gchar *token, *dpoint, *gpsdate = NULL;
        gdouble tmpd = 0.f;
        guint tmpi = 0;
-       gboolean newly_fixed = FALSE;
+
        g_debug("%s(): %s", __PRETTY_FUNCTION__, sentence);
 
        /* Parse time. */