summaryrefslogtreecommitdiffstats
path: root/android/Bootstrap
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-30 10:24:53 +0300
committerTor Lillqvist <tml@collabora.com>2015-03-30 16:01:38 +0300
commit3d177c7b6dae0af7d2e4822b3812757c9f65a0c3 (patch)
treede3250107b0a715ef2926df9bfa9ca89c0f44f80 /android/Bootstrap
parentRemove leftover debug code (diff)
downloadcore-3d177c7b6dae0af7d2e4822b3812757c9f65a0c3.tar.gz
core-3d177c7b6dae0af7d2e4822b3812757c9f65a0c3.zip
Bootstrap.initVCL is not used by our Android app any more
Change-Id: Id1e58547cf2b0786d7a2ca29eae8bbcdd644fdd5
Diffstat (limited to 'android/Bootstrap')
-rw-r--r--android/Bootstrap/src/org/libreoffice/android/Bootstrap.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
index 146ced09f4b0..ca7d48b0cc27 100644
--- a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
+++ b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
@@ -43,10 +43,6 @@ public final class Bootstrap
// Wrapper for putenv()
public static native void putenv(String string);
- // A wrapper for InitVCL() in libvcl (svmain.cxx), called indirectly
- // through the lo-bootstrap library
- public static native void initVCL();
-
// A wrapper for osl_setCommandArgs(). Before calling
// osl_setCommandArgs(), argv[0] is prefixed with the parent directory of
// where the lo-bootstrap library is.