summaryrefslogtreecommitdiff
path: root/libgps.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-09-19 20:41:23 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-09-19 20:41:23 +0000
commit56a6f4d900f77ee4808ba35643ff38fadb66c165 (patch)
tree115ca1f50614faee951b9fcb29646308d295997a /libgps.c
parentd277f96378e960c1457dbb1d451d2007c9f8753b (diff)
downloadgpsd-56a6f4d900f77ee4808ba35643ff38fadb66c165.tar.gz
ESR removed the rest of the HEADING_FIX code, we'll "disappear" this bit too.
Diffstat (limited to 'libgps.c')
-rw-r--r--libgps.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libgps.c b/libgps.c
index 508ae45e..cdaead12 100644
--- a/libgps.c
+++ b/libgps.c
@@ -246,15 +246,6 @@ static void gps_unpack(char *buf, struct gps_data_t *gpsdata)
}
/*@ +mustfreeonly */
break;
-#ifdef HEADING_FIX
- case 'H':
- if (sp[2] == '?') {
- gpsdata->fix.heading = NAN;
- } else {
- (void)sscanf(sp, "H=%lf", &gpsdata->fix.heading);
- }
- break;
-#endif /* HEADING_FIX */
case 'I':
/*@ -mustfreeonly */
if (gpsdata->gps_id)