Clean up unused code

This commit is contained in:
Michael Jurka
2013-04-22 15:08:42 +02:00
parent 579681f143
commit 032e6bad1b
5 changed files with 4 additions and 10 deletions

View File

@@ -128,7 +128,6 @@ public class PagedViewWidget extends LinearLayout {
mIsAppWidget = false;
mInfo = info;
CharSequence label = info.loadLabel(pm);
final ImageView image = (ImageView) findViewById(R.id.widget_preview);
final TextView name = (TextView) findViewById(R.id.widget_name);
name.setText(label);
final TextView dims = (TextView) findViewById(R.id.widget_dims);