mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove unused method
This commit is contained in:
parent
863d83bf44
commit
2b2b9982d0
1 changed files with 1 additions and 8 deletions
|
@ -464,12 +464,5 @@ public class SMSInviteDelegate extends InviteDelegate {
|
||||||
ViewGroup parent ) {
|
ViewGroup parent ) {
|
||||||
return (View)getItem( position );
|
return (View)getItem( position );
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isChecked( int index )
|
|
||||||
{
|
|
||||||
SMSListItem item = m_items[index];
|
|
||||||
boolean checked = null != item && item.isChecked();
|
|
||||||
return checked;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue