Lint: Remove unused imports

This commit is contained in:
Cameron Gutman
2014-11-13 21:30:32 -08:00
parent 1965cc2347
commit 6604675bf9
5 changed files with 0 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
package com.limelight.grid;
import android.content.Context;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;

View File

@@ -8,7 +8,6 @@ import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.limelight.PcView;
import com.limelight.R;
import java.util.ArrayList;