Skip to content

Commit

Permalink
eliminated unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Murphy committed Oct 25, 2011
1 parent 9d5a70d commit 791eccc
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -158,10 +158,8 @@ public View getView(int position, View convertView,
static class CountryWrapper {
private TextView name=null;
private ImageView flag=null;
private View row=null;

CountryWrapper(View row) {
this.row=row;
name=(TextView)row.findViewById(R.id.name);
flag=(ImageView)row.findViewById(R.id.flag);
}
Expand Down

0 comments on commit 791eccc

Please sign in to comment.