[android] Warning fix

This commit is contained in:
Alex Zolotarev 2012-01-17 15:58:53 +03:00 committed by Alex Zolotarev
parent 0e7577016c
commit 002d12f467

View file

@ -1,12 +1,9 @@
package com.mapswithme.maps;
import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.egl.EGLContext;
import javax.microedition.khronos.opengles.GL10;
import android.content.Context;
import android.graphics.Color;
import android.opengl.GLSurfaceView;
import android.util.Log;
import android.view.MotionEvent;