From 0b8116ff72145816c3e1d4909038c126327e7bf2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 22 Mar 2018 15:27:02 +0000 Subject: Android: Implemented vector drawing and polygons. Started to implement arc and pie drawing git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12783 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Application.H | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/drivers/Android/Fl_Android_Application.H') diff --git a/src/drivers/Android/Fl_Android_Application.H b/src/drivers/Android/Fl_Android_Application.H index dc5838525..20862ab46 100644 --- a/src/drivers/Android/Fl_Android_Application.H +++ b/src/drivers/Android/Fl_Android_Application.H @@ -245,22 +245,6 @@ private: }; -#ifdef __cplusplus -extern "C" { -#endif - -/** - * This is the function that application code must implement, representing - * the main entry to the app. - */ -extern int main(int argc, char **argv); - -#ifdef __cplusplus -} -#endif - - - #endif // FL_ANDROID_APPLICATION_H // -- cgit v1.2.3