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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 48aadc627d..bcb05e0902 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -362,17 +362,6 @@ void print_line_info(struct wps_data *data)
362 DEBUGF("\n"); 362 DEBUGF("\n");
363 } 363 }
364 364
365 DEBUGF("subline time multipliers :\n");
366 for (line = 0; line < data->num_lines; line++)
367 {
368 DEBUGF("%2d. ", line);
369 for (subline = 0; subline < data->num_sublines[line]; subline++)
370 {
371 DEBUGF("%3d ", data->time_mult[line][subline]);
372 }
373 DEBUGF("\n");
374 }
375
376 DEBUGF("\n"); 365 DEBUGF("\n");
377} 366}
378 367