summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lcdgps.c b/lcdgps.c
index 8964bb0f..64a40972 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -259,8 +259,7 @@ static enum deg_str_type deg_type = deg_dd;
/* This gets called once for each new sentence. */
static void update_lcd(struct gps_data_t *gpsdata,
char *message UNUSED,
- size_t len UNUSED,
- int level UNUSED)
+ size_t len UNUSED)
{
char tmpbuf[255];
#ifdef CLIMB