remove unused variable

This commit is contained in:
Eric House 2014-07-12 10:51:57 -07:00
parent a19437e2d2
commit 3530e51102

View file

@ -167,7 +167,6 @@ public class ExpiringDelegate {
private void setBackground()
{
Assert.assertTrue( m_active );
Drawable back;
if ( -1 != m_pct && m_backPct != m_pct ) {
m_back = mkBackground( m_pct );
m_backPct = m_pct;