summaryrefslogtreecommitdiff
path: root/monitor_italk.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_italk.c')
-rw-r--r--monitor_italk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor_italk.c b/monitor_italk.c
index 903a1d5b..3b547a81 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -21,7 +21,6 @@ static bool italk_initialize(void)
{
int i;
- /*@ -onlytrans @*/
/* "heavily inspired" by monitor_nmea.c */
if ((satwin =
derwin(devicewin, MAX_NR_VISIBLE_PRNS + 3, 27, 0, 0)) == NULL)
@@ -62,7 +61,6 @@ static bool italk_initialize(void)
display(navfixwin, 12, 20, " NAV_FIX ");
(void)wattrset(navfixwin, A_NORMAL);
return true;
- /*@ +onlytrans @*/
}
static void display_itk_navfix(unsigned char *buf, size_t len)