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

Commit 4c8ed71c authored by Romain Guy's avatar Romain Guy
Browse files

Remove useless code.

Change-Id: Ic2418438235e1fbcb8ccfece9c74c54fc46229df
parent 5c22a8c8
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -4573,18 +4573,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    public void onFinishTemporaryDetach() {
    }

    /**
     * capture information of this view for later analysis: developement only
     * check dynamic switch to make sure we only dump view
     * when ViewDebug.SYSTEM_PROPERTY_CAPTURE_VIEW) is set
     */
    private static void captureViewInfo(String subTag, View v) {
        if (v == null || SystemProperties.getInt(ViewDebug.SYSTEM_PROPERTY_CAPTURE_VIEW, 0) == 0) {
            return;
        }
        ViewDebug.dumpCapturedView(subTag, v);
    }

    /**
     * Return the global {@link KeyEvent.DispatcherState KeyEvent.DispatcherState}
     * for this view's window.  Returns null if the view is not currently attached