summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-04 16:12:54 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-03-04 16:12:54 -0500
commitabf14eb3849af57ecb37c663dff013c9936919d0 (patch)
tree633b7de139ccc609cc1efc8ed06451c1856b31d1 /lcdgps.c
parent77bedc8332f12301b0e4566b0eaddcbc571b1043 (diff)
downloadgpsd-abf14eb3849af57ecb37c663dff013c9936919d0.tar.gz
Remove a silly #ifdef.
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lcdgps.c b/lcdgps.c
index 6bdb1199..5db57be7 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -74,10 +74,7 @@ static float altfactor = METERS_TO_FEET;
static float speedfactor = MPS_TO_MPH;
static char *altunits = "ft";
static char *speedunits = "mph";
-
-#ifdef CLIMB
double avgclimb, climb[CLIMB];
-#endif
/* Global socket descriptor for LCDd. */
int sd;