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

Commit da882181 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

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

parents e6e3322a b74378ab
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);