summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-11-20 12:16:37 -0800
committerKeith Packard <keithp@keithp.com>2009-11-20 12:16:37 -0800
commit87e6f3e5c1688503ab8595912d8d6eb7139830b7 (patch)
treeba5e9cb6bd15f2354ef73866b3be18dbd94b4d14 /ao-tools/lib/cc.h
parent8065b8146a31438e66f83c13b99281ec47439a73 (diff)
Eliminate SiRF state values from ao-view.
With Skytraq not having any visible GPS state information, just remove this from the display. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r--ao-tools/lib/cc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h
index bdeeaaf5..46b16a8e 100644
--- a/ao-tools/lib/cc.h
+++ b/ao-tools/lib/cc.h
@@ -233,7 +233,6 @@ struct cc_gps {
struct cc_gps_sat {
int svid;
- int state;
int c_n0;
};