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

Commit 5f660f40 authored by vadimt's avatar vadimt
Browse files

Remove unused getDisplayDensity

Change-Id: I4c63f4f8c0b0d8596e6b2db9839af059961157a8
parent 6929199c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -845,10 +845,6 @@ public final class LauncherInstrumentation {
        mDevice.waitForIdle();
    }

    float getDisplayDensity() {
        return mInstrumentation.getTargetContext().getResources().getDisplayMetrics().density;
    }

    int getTouchSlop() {
        return ViewConfiguration.get(getContext()).getScaledTouchSlop();
    }