mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove dead code
This commit is contained in:
parent
3865a5f8c6
commit
5a3f6d6194
1 changed files with 0 additions and 5 deletions
|
@ -236,11 +236,6 @@ public class GameListAdapter extends XWListAdapter {
|
|||
m_df = DateFormat.getDateTimeInstance( DateFormat.SHORT,
|
||||
DateFormat.SHORT );
|
||||
|
||||
int sdk_int = 0;
|
||||
try {
|
||||
sdk_int = Integer.decode( android.os.Build.VERSION.SDK );
|
||||
} catch ( Exception ex ) {}
|
||||
|
||||
m_viewsCache = new HashMap<Long,ViewInfo>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue