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

Commit c0dc36d1 authored by John Reck's avatar John Reck
Browse files

Remove unused

Change-Id: If75de601f2fcf6309897f2005d505082e8cd4934
parent 69be9f7d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -621,8 +621,6 @@ public final class WebViewCore {
     */
    private native void nativeNotifyAnimationStarted(int nativeClass);

    private native boolean nativeFocusBoundsChanged(int nativeClass);

    private native boolean nativeKey(int nativeClass, int keyCode,
            int unichar, int repeatCount, boolean isShift, boolean isAlt,
            boolean isSym, boolean isDown);
@@ -2190,7 +2188,6 @@ public final class WebViewCore {
        // only non-null if it is for the first picture set after the first layout
        ViewState mViewState;
        boolean mFirstLayoutForNonStandardLoad;
        boolean mFocusSizeChanged;
    }

    DrawData mLastDrawData = null;
@@ -2245,7 +2242,6 @@ public final class WebViewCore {

    private void webkitDraw(DrawData draw) {
        if (mWebViewClassic != null) {
            draw.mFocusSizeChanged = nativeFocusBoundsChanged(mNativeClass);
            draw.mViewSize = new Point(mCurrentViewWidth, mCurrentViewHeight);
            if (mSettings.getUseWideViewPort()) {
                draw.mMinPrefWidth = Math.max(