summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-03-14 11:32:03 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-03-14 11:32:03 +0000
commit0f69a8152fd7190b6b30aefd708071b625efddcd (patch)
tree2d39184e12c478768855208d5174472e8b4d3276 /apps/gui/skin_engine/wps_debug.c
parent2d1937a158b1259a54c8820194e6f7fb5ff1ab47 (diff)
downloadrockbox-0f69a8152fd7190b6b30aefd708071b625efddcd.tar.gz
rockbox-0f69a8152fd7190b6b30aefd708071b625efddcd.zip
fiddle with the skin debug output so the load lines arnt shown unless debugwps is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25162 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index 2e4f428af4..9a6d4e09cf 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -38,7 +38,6 @@
38#endif 38#endif
39 39
40#if defined(SIMULATOR) || defined(__PCTOOL__) 40#if defined(SIMULATOR) || defined(__PCTOOL__)
41extern bool debug_wps;
42extern int wps_verbose_level; 41extern int wps_verbose_level;
43#endif 42#endif
44 43