From 4994ccd7d4ec7912f63882138b169221bb273249 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 17 Mar 2013 17:18:22 +0200 Subject: onAppCmd() and onInputEvent() don't exist any more They were used in the NativeActivity-based coding. Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e --- vcl/inc/android/androidinst.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx index f2f0a2e40324..554f29f54342 100644 --- a/vcl/inc/android/androidinst.hxx +++ b/vcl/inc/android/androidinst.hxx @@ -62,9 +62,6 @@ public: // mainloop pieces virtual bool AnyInput( sal_uInt16 nType ); - // incoming android event handlers: - void onAppCmd (struct android_app* app, int32_t cmd); - int32_t onInputEvent (struct android_app* app, AInputEvent* event); void RedrawWindows(ANativeWindow *pWindow, ANativeWindow_Buffer *pBuffer = NULL); SalFrame *getFocusFrame() const; -- cgit