Remove unused imports

This patch removes imports across the codebase that are unused to improve
code maintainability and cleanliness.
This commit is contained in:
Deskana 2017-05-26 11:02:56 +01:00
parent 67dfa170d2
commit 767878f194
8 changed files with 0 additions and 20 deletions

View file

@ -20,16 +20,12 @@ import android.widget.AdapterView;
import android.widget.GridView;
import android.widget.ListAdapter;
import android.widget.TextView;
import android.widget.Toast;
import butterknife.BindView;
import butterknife.ButterKnife;
import fr.free.nrw.commons.AboutActivity;
import fr.free.nrw.commons.BuildConfig;
import fr.free.nrw.commons.CommonsApplication;
import fr.free.nrw.commons.R;
import fr.free.nrw.commons.nearby.NearbyActivity;
import fr.free.nrw.commons.settings.SettingsActivity;
import timber.log.Timber;
import static android.app.Activity.RESULT_OK;