summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-19 16:27:00 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-19 18:00:12 -0400
commitc1ae95620be24e7d31b93bd8e5bcba3feac286ec (patch)
tree1e9b08ac7e3dd6f6300e33d7e3cca40844b0317e
parent979d033d75a4e141fd6abe138063c490e1ccadfd (diff)
downloadgpsd-c1ae95620be24e7d31b93bd8e5bcba3feac286ec.tar.gz
Fix a frame-damaging screen glitch in the UBX monitor.
-rw-r--r--monitor_ubx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index da48503b..7a95540e 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -87,7 +87,6 @@ static bool ubx_initialize(void)
#ifndef PPS_ENABLE
(void)mvwaddstr(ppswin, PPS_LINE, PPS_COLUMN + 10, "N/A");
#endif /* PPS_ENABLE */
- display(ppswin, 2, 22, " PPS ");
(void)wattrset(ppswin, A_NORMAL);
return true;