summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-03-03 00:54:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-03-03 00:54:41 +0000
commitcc4363ad186b229646be01b536f32d0223bef16e (patch)
tree56760f8394f00ec8fbe5b69f0b8adfd17a4fefee /apps/gui/skin_engine
parentf37b5078f69e8370a89e3adf53a6b9f98eb3a8cc (diff)
downloadrockbox-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')
-rw-r--r--apps/gui/skin_engine/wps_debug.c5
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
585 } 585 }
586#endif /* SIMULATOR */ 586#endif /* SIMULATOR */
587 587
588 if (data->num_tokens >= WPS_MAX_TOKENS - 1) {
589 DEBUGF("Warning: Max number of tokens was reached (%d)\n",
590 WPS_MAX_TOKENS - 1);
591 }
592
593 if (fail != PARSE_OK) 588 if (fail != PARSE_OK)
594 { 589 {
595 char buf[64]; 590 char buf[64];