mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
remove unused variable
This commit is contained in:
parent
a19437e2d2
commit
3530e51102
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ public class ExpiringDelegate {
|
||||||
private void setBackground()
|
private void setBackground()
|
||||||
{
|
{
|
||||||
Assert.assertTrue( m_active );
|
Assert.assertTrue( m_active );
|
||||||
Drawable back;
|
|
||||||
if ( -1 != m_pct && m_backPct != m_pct ) {
|
if ( -1 != m_pct && m_backPct != m_pct ) {
|
||||||
m_back = mkBackground( m_pct );
|
m_back = mkBackground( m_pct );
|
||||||
m_backPct = m_pct;
|
m_backPct = m_pct;
|
||||||
|
|
Loading…
Add table
Reference in a new issue