summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_call_main.c')
-rw-r--r--src/fl_call_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fl_call_main.c b/src/fl_call_main.c
index 6fa541a55..48bf9a801 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -37,12 +37,6 @@
* Microsoft(r) Windows(r) that allows for it.
*/
-#if defined(_WIN32) || defined(__APPLE__) /* PORTME: Fl_System_Driver - platform main() */
-#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: implement 'main()' here if your platform provides another app entry point"
-#else
-#endif
-
#if defined(_WIN32) && !defined(FL_DLL) && !defined (__GNUC__)
# include <windows.h>