diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-17 17:18:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-17 17:18:30 +0200 |
commit | 4994ccd7d4ec7912f63882138b169221bb273249 (patch) | |
tree | 106ce32fdb7c80a7190ede63f40a3fd54d3b6479 | |
parent | c79fffd140cfd35b4180b849060cebb3fd8a9cf8 (diff) |
onAppCmd() and onInputEvent() don't exist any more
They were used in the NativeActivity-based coding.
Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e
-rw-r--r-- | vcl/inc/android/androidinst.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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; |