summaryrefslogtreecommitdiff
path: root/vcl/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-24 11:28:21 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-24 15:30:27 +0200
commit4cc1bcbaedd483482240f0ffbf42e56dd6052612 (patch)
tree81ddf9b524118b6b6338b8642c17939ab890a65c /vcl/android
parent38c22ed2b8b8f3530b8a0fe5a23a329e8e511c76 (diff)
Kill dead <touch/touch.h> API
Has all been obsoleted by LibreOfficeKit. Only some MOBILE_* constant #defines are now left in touch.h, but probably those are used only by dead code. Change-Id: I646945c4408b4e6cd5510da535cfc12088dd391c
Diffstat (limited to 'vcl/android')
-rw-r--r--vcl/android/androidinst.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 42c9816e02cc..5b766d5686e7 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -19,7 +19,6 @@
#include <osl/detail/android-bootstrap.h>
#include <rtl/strbuf.hxx>
#include <basebmp/scanlineformats.hxx>
-#include <touch/touch.h>
#include <vcl/settings.hxx>
#define LOGTAG "LibreOffice/androidinst"
@@ -543,20 +542,4 @@ Java_org_libreoffice_android_AppSupport_scroll(JNIEnv * /* env */,
LOGW("No focused frame to emit event on");
}
-extern "C" void
-touch_ui_show_keyboard()
-{
-}
-
-extern "C" void
-touch_ui_hide_keyboard()
-{
-}
-
-extern "C" bool
-touch_ui_keyboard_visible()
-{
- return true;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */