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

Commit 6da0299d authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

* commit 'fbe963f4':
  Remove unnecessary code.
parents 87f83418 fbe963f4
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);
        }
    }

    /**