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

* commit 'da882181245fdf3eca827680d656cd298c9c318f':
  Eliminating dead code with no other effect than consuming battery life.
This commit is contained in:
Conley Owens
2011-04-28 23:52:21 -07:00
committed by Android Git Automerger

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