summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx')
-rw-r--r--NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx b/NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx
index 1dc794a48..1bcbd0767 100644
--- a/NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx
+++ b/NxWidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx
@@ -75,15 +75,6 @@
# define CONFIG_CBUTTONARRAYTEST_FONTCOLOR CONFIG_NXWIDGETS_DEFAULT_FONTCOLOR
#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
-
// The geometry of the button array
#define BUTTONARRAY_NCOLUMNS 4