From 900457f0b443945731a728b84fbd6aaa72a39267 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 4 Mar 2018 13:22:52 +0000 Subject: Android: beautified the Fl_Android_Application interface. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Screen_Driver.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.cxx') diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.cxx b/src/drivers/Android/Fl_Android_Screen_Driver.cxx index a8c31d8a6..e05b1b883 100644 --- a/src/drivers/Android/Fl_Android_Screen_Driver.cxx +++ b/src/drivers/Android/Fl_Android_Screen_Driver.cxx @@ -35,8 +35,6 @@ #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) #define LOGV(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) -static struct android_app* gAndroidApp = 0L; - static void nothing() {} void (*fl_unlock_function)() = nothing; void (*fl_lock_function)() = nothing; -- cgit v1.2.3