From cc4363ad186b229646be01b536f32d0223bef16e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 3 Mar 2010 00:54:41 +0000 Subject: 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 --- apps/gui/skin_engine/wps_debug.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps') 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]; -- cgit v1.2.3