summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Screen_Driver.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-04 13:22:52 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-04 13:22:52 +0000
commit900457f0b443945731a728b84fbd6aaa72a39267 (patch)
tree935dc5cf922c6de64fe11d47dfafdeeab1a2a650 /src/drivers/Android/Fl_Android_Screen_Driver.cxx
parent774503e35ba802cec7dcae9c414706b7e1be35d1 (diff)
Android: beautified the Fl_Android_Application interface.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.cxx')
-rw-r--r--src/drivers/Android/Fl_Android_Screen_Driver.cxx2
1 files changed, 0 insertions, 2 deletions
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;