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.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx b/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
index 99312cf8f..a7a4238e7 100644
--- a/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
+++ b/NxWidgets/UnitTests/CProgressBar/cprogressbartest.hxx
@@ -69,16 +69,6 @@
# define CONFIG_CPROGRESSBARTEST_BGCOLOR CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR
#endif
-// What is the entry point called?
-
-#ifdef CONFIG_NSH_BUILTIN_APPS
-# define MAIN_NAME cprogressbar_main
-# define MAIN_STRING "cprogressbar_main: "
-#else
-# define MAIN_NAME user_start
-# define MAIN_STRING "user_start: "
-#endif
-
// If debug is enabled, use the debug function, lib_rawprintf() instead
// of printf() so that the output is synchronized.