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

Commit d66a92e6 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am da882181: Merge "Eliminating dead code with no other effect than consuming battery life."

* commit 'da882181':
  Eliminating dead code with no other effect than consuming battery life.
parents 893812b2 da882181
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@ implements LeadingMarginSpan, LineHeightSpan
        int dw = mDrawable.getIntrinsicWidth();
        int dh = mDrawable.getIntrinsicHeight();

        if (dir < 0)
            x -= dw;

        // XXX What to do about Paint?
        mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
        mDrawable.draw(c);