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

Commit 6689a013 authored by Alan Viverette's avatar Alan Viverette
Browse files

Remove dead code from EpicenterTranslateClipReveal

Change-Id: Id2ba801b61cf419b43188514b36cf869b4f836a6
parent 83ce3b26
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -191,12 +191,6 @@ public class EpicenterTranslateClipReveal extends Visibility {
    private Rect getEpicenterOrCenter(Rect bestRect) {
        final Rect epicenter = getEpicenter();
        if (epicenter != null) {
            /*
            // Translate the clip bounds to be centered within the target bounds.
            final int offsetX = bestRect.centerX() - epicenter.centerX();
            final int offsetY = bestRect.centerY() - epicenter.centerY();
            epicenter.offset(offsetX, offsetY);
            */
            return epicenter;
        }