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

This commit is contained in:
Conley Owens
2011-04-28 14:56:55 -07:00
committed by Android Code Review

View File

@@ -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);