diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2004-12-30 17:54:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2004-12-30 17:54:05 +0000 |
commit | 5598e21cd50ff0d71a1548ae4340eeae77ab4a17 (patch) | |
tree | 99ff14231a66e07eeab1d7483d32ee573484accf /xgpsspeed.c | |
parent | 732bfeafa8fa915bbb162e178aad94b4045dc786 (diff) | |
download | gpsd-5598e21cd50ff0d71a1548ae4340eeae77ab4a17.tar.gz |
Move the definition of UNUSED into the configuration machinery where
it belongs.
Diffstat (limited to 'xgpsspeed.c')
-rw-r--r-- | xgpsspeed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xgpsspeed.c b/xgpsspeed.c index c8f21b21..1c878576 100644 --- a/xgpsspeed.c +++ b/xgpsspeed.c @@ -20,7 +20,6 @@ #include "xgpsspeed.icon" #include "gps.h" -#include "display.h" static XrmOptionDescRec options[] = { {"-rv", "*reverseVideo", XrmoptionNoArg, "TRUE"}, |