summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-09-03 06:23:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-09-03 06:23:08 +0000
commitf0d1dfc18695608ed97919e249b97759ea438dd5 (patch)
tree2f3c16936be458bbc7e59ade2f91279545eba6e3 /cgps.c
parent52c322b22daf548c9ec6e0d13fbf793c81167739 (diff)
downloadgpsd-f0d1dfc18695608ed97919e249b97759ea438dd5.tar.gz
Stelian Pop's cleanups for the J command.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgps.c b/cgps.c
index d95c9c58..ab70e1da 100644
--- a/cgps.c
+++ b/cgps.c
@@ -56,9 +56,7 @@ static char *speedunits = "mph";
static WINDOW *datawin, *satellites, *messages, *command, *status;
int silent_flag=0;
-#ifndef WIRED_POLICY
int fixclear_flag=0;
-#endif /* WIRED_POLICY */
int ops_flag=0;
/* Function to call when we're all done. Does a bit of clean-up. */
@@ -489,7 +487,6 @@ int main(int argc, char *argv[])
}
break;
-#ifndef WIRED_POLICY
/* Toggle fix clear. */
case 'j':
if(fixclear_flag==0) {
@@ -500,7 +497,6 @@ int main(int argc, char *argv[])
(void)gps_query(gpsdata, "j0\n");
}
break;
-#endif /* WIRED_POLICY */
/* Clear the spewage area. */
case 'c':