remove dead code

This commit is contained in:
Eric House 2012-03-12 20:32:21 -07:00
parent 3865a5f8c6
commit 5a3f6d6194

View file

@ -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>();
}