Remove some unused imports

This commit is contained in:
Christopher Eby 2010-04-13 22:38:36 -05:00
parent 809192ab4f
commit 78122cc4c2
2 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
import org.kreed.vanilla.IPlaybackService;

View File

@ -56,8 +56,6 @@ import android.widget.TabHost;
import android.widget.TextView;
import android.widget.Toast;
import android.util.Log;
public class SongSelector extends Dialog implements AdapterView.OnItemClickListener, TextWatcher, View.OnClickListener, TabHost.OnTabChangeListener, Filter.FilterListener, Handler.Callback {
private static final int MSG_INIT = 0;