summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 15:50:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 15:50:31 -0600
commitaca1565e0ad3dada18d391ec89eaf7a6ccb6fad5 (patch)
treea20873d6e499e66f41342ddde0fceff716738028 /NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx
parentbd93ed3ae33f1e24467a4edd91e81d5e337cf3cb (diff)
downloadnuttx-aca1565e0ad3dada18d391ec89eaf7a6ccb6fad5.tar.gz
nuttx-aca1565e0ad3dada18d391ec89eaf7a6ccb6fad5.tar.bz2
nuttx-aca1565e0ad3dada18d391ec89eaf7a6ccb6fad5.zip
Fix files under NxWidgets to use the corrected syslog interfaces
Diffstat (limited to 'NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx')
-rw-r--r--NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx b/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx
index 58099acdf..338be4fb2 100644
--- a/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx
+++ b/NxWidgets/UnitTests/CCheckBox/ccheckboxtest.hxx
@@ -69,15 +69,6 @@
# define CONFIG_CCHECKBOXTEST_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
/////////////////////////////////////////////////////////////////////////////