Revert "[android] Warning fix"

This reverts commit 09a8f0bf415eff94d2c33655ddf87e7b43250f14.
This commit is contained in:
rachytski 2012-01-30 19:06:11 +04:00 committed by Alex Zolotarev
parent 1436e640c7
commit 4f8275454f

View file

@ -1,9 +1,12 @@
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;