removed unused imports

This commit is contained in:
Ahmet Inan 2016-06-03 17:42:53 +02:00
parent 1db56ed61f
commit 9a674291f2

View file

@ -20,11 +20,9 @@ import android.graphics.Bitmap;
import android.media.AudioFormat;
import android.media.AudioRecord;
import android.media.MediaRecorder;
import android.os.Build;
import android.support.v8.renderscript.Allocation;
import android.support.v8.renderscript.Element;
import android.support.v8.renderscript.RenderScript;
import android.util.Log;
public class Decoder {
private boolean drawImage = true, quitThread = false;