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

Commit 4bc8e2a3 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 6da0299d: am fbe963f4: Merge "Remove unnecessary code." into jb-mr1-dev

* commit '6da0299d':
  Remove unnecessary code.
parents dcf48bec 6da0299d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -292,11 +292,6 @@ public final class Display {
            updateDisplayInfoLocked();
            mDisplayInfo.getAppMetrics(outMetrics, mCompatibilityInfo);
        }

        final CompatibilityInfo ci = mCompatibilityInfo.getIfNeeded();
        if (ci != null) {
            ci.applyToDisplayMetrics(outMetrics);
        }
    }

    /**