Skip to content
Snippets Groups Projects
Commit 6af7586e authored by Alexandre Perraud's avatar Alexandre Perraud
Browse files

Remove unused import

parent 76f750f4
Branches 3.1.x
Tags 3.1.7
No related merge requests found
...@@ -26,8 +26,6 @@ import android.content.SharedPreferences; ...@@ -26,8 +26,6 @@ import android.content.SharedPreferences;
import android.database.DataSetObserver; import android.database.DataSetObserver;
import android.databinding.DataBindingUtil; import android.databinding.DataBindingUtil;
import android.databinding.ViewDataBinding; import android.databinding.ViewDataBinding;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.preference.PreferenceManager; import android.preference.PreferenceManager;
import android.support.v4.util.ArrayMap; import android.support.v4.util.ArrayMap;
import android.util.SparseArray; import android.util.SparseArray;
...@@ -35,13 +33,10 @@ import android.view.LayoutInflater; ...@@ -35,13 +33,10 @@ import android.view.LayoutInflater;
import android.view.View; import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.BaseAdapter; import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.SectionIndexer; import android.widget.SectionIndexer;
import org.videolan.vlc.BR; import org.videolan.vlc.BR;
import org.videolan.vlc.R; import org.videolan.vlc.R;
import org.videolan.vlc.VLCApplication;
import org.videolan.vlc.gui.helpers.AsyncImageLoader;
import org.videolan.vlc.gui.helpers.AudioUtil; import org.videolan.vlc.gui.helpers.AudioUtil;
import org.videolan.vlc.gui.helpers.MediaComparators; import org.videolan.vlc.gui.helpers.MediaComparators;
import org.videolan.vlc.interfaces.IAudioClickHandler; import org.videolan.vlc.interfaces.IAudioClickHandler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment