summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-08 21:06:14 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-08 21:12:24 +0200
commit54e458f691e55d321ba3e4e4cc7e00b9b3c09489 (patch)
tree66e6f58b58792c812f15436a8429c7bf71dc94c2 /vcl/inc
parentDon't crash the other experimental apps (diff)
downloadcore-54e458f691e55d321ba3e4e4cc7e00b9b3c09489.tar.gz
core-54e458f691e55d321ba3e4e4cc7e00b9b3c09489.zip
AndroidSalInstance::Wakeup() is unused
The Wakeup() in the base class, SvpSalInstance, is not virtual. So this Wakeup() does not override the Wakeup() in the base class, as the author maybe thought. I don't see in git history that it would have ever been called explicitly on any AndroidSalInstance objects either. Or am I missing something? Change-Id: I932398e7c0a37a3048c5d372996fe6ac6f209887
Diffstat (limited to 'vcl/inc')
-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 22800f0aede2..f2f0a2e40324 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -60,7 +60,6 @@ public:
SalFrame* CreateChildFrame( SystemParentData* pParent, sal_uLong nStyle );
// mainloop pieces
- virtual void Wakeup();
virtual bool AnyInput( sal_uInt16 nType );
// incoming android event handlers: