remove yet to be used imports and change from Boolean to boolean

This commit is contained in:
dethstar 2015-12-13 14:31:44 -06:00
parent 394e1514b2
commit a24a1860ae
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import android.annotation.TargetApi;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.PixelFormat;
import android.media.AudioManager;
import android.net.Uri;
@ -53,7 +52,7 @@ public abstract class MediaplayerActivity extends ActionBarActivity
protected SeekBar sbPosition;
protected ImageButton butPlay;
protected ImageButton butRev;
protected Boolean timeLeft = false;
protected boolean timeLeft = false;
protected TextView txtvRev;
protected ImageButton butFF;
protected TextView txtvFF;