summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-06 16:43:07 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-06 16:43:07 +0000
commit87e77ba466bbeecbbb7b6479318c0c69a9394c8d (patch)
tree4cf68904946b7711a526c935aeabd659f51b6717 /apps/gui/wps_debug.c
parentbcec79c3c137afd5d4cbced64167acc99db9608e (diff)
downloadrockbox-87e77ba466bbeecbbb7b6479318c0c69a9394c8d.zip
rockbox-87e77ba466bbeecbbb7b6479318c0c69a9394c8d.tar.gz
rockbox-87e77ba466bbeecbbb7b6479318c0c69a9394c8d.tar.bz2
rockbox-87e77ba466bbeecbbb7b6479318c0c69a9394c8d.tar.xz
This time I hope I got it right! Basically, remove what the previous commit about subline timeouts added and make the values be computed by a special function at display time. This should bring complete compatibility with the previous code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13047 a1c6a512-1295-4272-9138-f99709370657
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 48aadc6..bcb05e0 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)
DEBUGF("\n");
}
- DEBUGF("subline time multipliers :\n");
- for (line = 0; line < data->num_lines; line++)
- {
- DEBUGF("%2d. ", line);
- for (subline = 0; subline < data->num_sublines[line]; subline++)
- {
- DEBUGF("%3d ", data->time_mult[line][subline]);
- }
- DEBUGF("\n");
- }
-
DEBUGF("\n");
}