summaryrefslogtreecommitdiffstats
path: root/vcl/inc/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-10 21:48:31 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-11 19:10:44 +0300
commitadef30c0b8d9c5404f37cb9ae3b16040cb4dded7 (patch)
treeeba20996bd51b4f6c0370f7e96a6022719bd2559 /vcl/inc/android
parentDrop plasma_now() (diff)
downloadcore-adef30c0b8d9c5404f37cb9ae3b16040cb4dded7.tar.gz
core-adef30c0b8d9c5404f37cb9ae3b16040cb4dded7.zip
Drop unused EGL stuff
Diffstat (limited to 'vcl/inc/android')
-rw-r--r--vcl/inc/android/androidinst.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index 9f8d22f98645..addec800070a 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -71,11 +71,6 @@ protected:
struct android_app *mpApp;
Region maRedrawRegion;
bool mbQueueReDraw;
-
-private:
- EGLDisplay mxDisplay;
- EGLSurface mxSurface;
- EGLContext mxContext;
};
#endif // ANDROID_SALINST_H