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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 4fa12167f2..f5ac27ade3 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -79,11 +79,6 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
79 case WPS_TOKEN_ALIGN_RIGHT: 79 case WPS_TOKEN_ALIGN_RIGHT:
80 snprintf(buf, bufsize, "align right"); 80 snprintf(buf, bufsize, "align right");
81 break; 81 break;
82
83 case WPS_TOKEN_LEFTMARGIN:
84 snprintf(buf, bufsize, "left margin, value: %d",
85 token->value.i);
86 break;
87#endif 82#endif
88 83
89 case WPS_TOKEN_SUBLINE_TIMEOUT: 84 case WPS_TOKEN_SUBLINE_TIMEOUT: