summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/android/androidinst.cxx6
-rw-r--r--vcl/inc/android/androidinst.hxx1
2 files changed, 0 insertions, 7 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 9614d2b9d918..89a6cbdf9b08 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -237,12 +237,6 @@ AndroidSalInstance::~AndroidSalInstance()
LOGI("destroyed Android Sal Instance");
}
-void AndroidSalInstance::Wakeup()
-{
- LOGI("Wakeup alooper");
- LOGI("busted - no global looper");
-}
-
bool AndroidSalInstance::AnyInput( sal_uInt16 nType )
{
if( (nType & VCL_INPUT_TIMER) != 0 )
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: