summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx')
-rw-r--r--NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx b/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
index 2223d8081..3d1f3c527 100644
--- a/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
+++ b/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
@@ -69,15 +69,6 @@
# define CONFIG_CPROGRESSBARTEST_BGCOLOR CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR
#endif
-// If debug is enabled, use the debug function, syslog() instead
-// of printf() so that the output is synchronized.
-
-#ifdef CONFIG_DEBUG
-# define message lowsyslog
-#else
-# define message printf
-#endif
-
/////////////////////////////////////////////////////////////////////////////
// Public Classes
/////////////////////////////////////////////////////////////////////////////