summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-26 20:47:38 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-26 23:48:54 +0200
commite4bad391fc76126d7e1da7b79a86020748700921 (patch)
tree44d09ba285324efd00d47d66f3c70f6bb43e6f62 /android
parentdacaa0af5069abc474718eb5f1769898f79be782 (diff)
createWindowFoo is unused
Change-Id: Ia61efc5d5ee65178fd7d868cb57eed9ba3c0519e
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/src/org/libreoffice/android/Bootstrap.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
index d0f844f3cf73..b24a2e5881f6 100644
--- a/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
+++ b/android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
@@ -77,9 +77,6 @@ public final class Bootstrap
// where the lo-bootstrap library is.
public static native void setCommandArgs(String[] argv);
- // A wrapper for createWindowFoo() in the vcl library
- public static native int createWindowFoo();
-
// A method that starts a thread to redirect stdout and stderr writes to
// the Android logging mechanism, or stops the redirection.
public static native boolean redirect_stdio(boolean state);