diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-03-03 00:54:41 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-03-03 00:54:41 +0000 |
commit | cc4363ad186b229646be01b536f32d0223bef16e (patch) | |
tree | 56760f8394f00ec8fbe5b69f0b8adfd17a4fefee /apps/gui/skin_engine/wps_debug.c | |
parent | f37b5078f69e8370a89e3adf53a6b9f98eb3a8cc (diff) | |
download | rockbox-cc4363ad186b229646be01b536f32d0223bef16e.tar.gz rockbox-cc4363ad186b229646be01b536f32d0223bef16e.zip |
remove a nonsense outdate warning. there is no token limit anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24995 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r-- | apps/gui/skin_engine/wps_debug.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c index e7277e847c..1d1ae1391a 100644 --- a/apps/gui/skin_engine/wps_debug.c +++ b/apps/gui/skin_engine/wps_debug.c @@ -585,11 +585,6 @@ void print_debug_info(struct wps_data *data, enum wps_parse_error fail, int line } #endif /* SIMULATOR */ - if (data->num_tokens >= WPS_MAX_TOKENS - 1) { - DEBUGF("Warning: Max number of tokens was reached (%d)\n", - WPS_MAX_TOKENS - 1); - } - if (fail != PARSE_OK) { char buf[64]; |