Stop using SiRF state info.
[fw/altos] / ao-tools / lib / cc-logfile.c
index 3d346bccd3faa326a15793a6f53112810c0aaef2..9d086c8231cdb78ba8a80fb14b6b587699b8d4be 100644 (file)
@@ -212,7 +212,6 @@ read_eeprom(const char *line, struct cc_flightraw *f, double *ground_pres, int *
        case AO_LOG_GPS_SAT:
                sat.time = tick;
                sat.svid = a;
-               sat.state = (b & 0xff);
                sat.c_n = (b >> 8) & 0xff;
                gpssat_add(&f->gps, &sat);
                break;