diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-10 21:48:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-11 19:10:44 +0300 |
commit | adef30c0b8d9c5404f37cb9ae3b16040cb4dded7 (patch) | |
tree | eba20996bd51b4f6c0370f7e96a6022719bd2559 /vcl/android | |
parent | 7a77147e66fdd348d949b711f8d8871f1110be33 (diff) |
Drop unused EGL stuff
Diffstat (limited to 'vcl/android')
-rw-r--r-- | vcl/android/androidinst.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index ffb9ab459096..53d197c7ca1b 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -564,9 +564,6 @@ AndroidSalInstance::AndroidSalInstance( SalYieldMutex *pMutex ) : SvpSalInstance( pMutex ) , mpApp( NULL ) , mbQueueReDraw( false ) - , mxDisplay( EGL_NO_DISPLAY ) - , mxSurface( EGL_NO_SURFACE ) - , mxContext( EGL_NO_CONTEXT ) { mpApp = lo_get_app(); fprintf (stderr, "created Android Sal Instance for app %p window %p thread: %d\n", |