Fixed imports in CameraFragment

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-12-11 11:47:46 -05:00
parent b10f5d1c85
commit 36aa1d360a

View File

@@ -39,8 +39,6 @@ import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.FrameLayout; import android.widget.FrameLayout;
import com.TwentyCodes.android.location.R;
/** /**
* This camera fragment will be used to maintain the camera, display a preview on the screen, display a vanishing point overlay on the preview * This camera fragment will be used to maintain the camera, display a preview on the screen, display a vanishing point overlay on the preview
* @author ricky barrette * @author ricky barrette