summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-19 19:45:18 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-19 19:45:18 +0000
commit097fbe465e083900a27695c6622812f3f5c2ba70 (patch)
tree78bccd024d7a6707000076bb16eebeed644abecc /cgps.c
parent9a1203fc4d8afeb3c84e88883bb4467f7d7c6a46 (diff)
downloadgpsd-097fbe465e083900a27695c6622812f3f5c2ba70.tar.gz
Remove a todo that makes no sense since J is gone.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cgps.c b/cgps.c
index 65754e8e..b592e543 100644
--- a/cgps.c
+++ b/cgps.c
@@ -831,11 +831,7 @@ int main(int argc, char *argv[])
die(1);
}
- /* Check for user input.
-
- TODO: Restrict the allowed keys based on device type (ie, 'j'
- makes no sense for a True North compass). No doubt there will be
- other examples as cgps grows more bells and whistles. */
+ /* Check for user input. */
c=wgetch(datawin);
switch ( c ) {