Remove unneeded import

This commit is contained in:
Xavi Artigas 2012-09-13 12:09:22 +02:00
parent 48f9983fbd
commit 0156029e06

View file

@ -18,7 +18,6 @@ package com.gst_sdk_tutorials.tutorial_1;
import android.app.Activity;
import android.util.Log;
import android.os.Bundle;
import android.view.Surface;
import android.view.SurfaceHolder;
import android.view.SurfaceView;
import android.view.View;