am d66a92e6: am da882181: Merge "Eliminating dead code with no other effect than consuming battery life."
* commit 'd66a92e6875bfc835adf0b100607afbf4bfc2761': Eliminating dead code with no other effect than consuming battery life.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user