summaryrefslogtreecommitdiff
path: root/vcl/inc/android/androidinst.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-23 00:28:36 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-23 00:31:24 +0200
commitd372af0897f528a6f5a687e4872dee91df95fec5 (patch)
tree193d8be7401cf79e4feb4b4cc81dfc9eb444be64 /vcl/inc/android/androidinst.hxx
parentfd56eb98e63b4aac12c9633d5847a3fb964f326d (diff)
No NativeActivity, so native_app_glue and struct android_app are meaningless
Leave the NativeActivity-related code in androidinst.cxx for reference for now. Change-Id: I760c02ea361361be2d2b69c4cad1e38311f51247
Diffstat (limited to 'vcl/inc/android/androidinst.hxx')
-rw-r--r--vcl/inc/android/androidinst.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index 74acc8067e2f..9ae3baaf4a30 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -68,7 +68,6 @@ public:
void damaged(AndroidSalFrame *frame, const Rectangle &rRect);
protected:
virtual void DoReleaseYield( int nTimeoutMS );
- struct android_app *mpApp;
Region maRedrawRegion;
bool mbQueueReDraw;
};