summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index ad595e305a..5a18218a52 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -435,9 +435,6 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
435 snprintf(buf, bufsize, "Volume button timeout:%d", 435 snprintf(buf, bufsize, "Volume button timeout:%d",
436 token->value.i); 436 token->value.i);
437 break; 437 break;
438 case WPS_TOKEN_VIEWMODE:
439 snprintf(buf, bufsize, "viewmode");
440 break;
441 default: 438 default:
442 snprintf(buf, bufsize, "FIXME (code: %d)", 439 snprintf(buf, bufsize, "FIXME (code: %d)",
443 token->type); 440 token->type);