mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove unused variable
This commit is contained in:
parent
79f2bd148f
commit
b472d78ba0
1 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ import org.eehouse.android.xw4.loc.LocUtils;
|
|||
public class XWListItem extends LinearLayout
|
||||
implements SelectableItem.LongClickHandler, View.OnClickListener {
|
||||
private int m_position;
|
||||
private Context m_context;
|
||||
private Object m_cached;
|
||||
private DeleteCallback m_delCb;
|
||||
private boolean m_selected = false;
|
||||
|
@ -58,7 +57,6 @@ public class XWListItem extends LinearLayout
|
|||
|
||||
public XWListItem( Context cx, AttributeSet as ) {
|
||||
super( cx, as );
|
||||
m_context = cx;
|
||||
m_dsdel = new DrawSelDelegate( this );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue