Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bae8367 authored by Nicolas Roard's avatar Nicolas Roard
Browse files

Remove uncalled function -- java counterpart of

the fix for bug:4183801

Change-Id: Icaaa83743976be180ba570158bd4016e7f53c95a
parent ffa670b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8675,7 +8675,6 @@ public class WebView extends AbsoluteLayout
    private native int      nativeGetDrawGLFunction(Rect rect, Rect viewRect,
    private native int      nativeGetDrawGLFunction(Rect rect, Rect viewRect,
            float scale, int extras);
            float scale, int extras);
    private native void     nativeUpdateDrawGLFunction(Rect rect, Rect viewRect);
    private native void     nativeUpdateDrawGLFunction(Rect rect, Rect viewRect);
    private native boolean  nativeDrawGL(Rect rect, float scale, int extras);
    private native void     nativeExtendSelection(int x, int y);
    private native void     nativeExtendSelection(int x, int y);
    private native int      nativeFindAll(String findLower, String findUpper,
    private native int      nativeFindAll(String findLower, String findUpper,
            boolean sameAsLastSearch);
            boolean sameAsLastSearch);