v0.6.0: removed unused imports

This commit is contained in:
Evan Debenham
2017-03-16 19:16:50 -04:00
parent 80f3be650b
commit 8af7fa2367
38 changed files with 7 additions and 67 deletions

View File

@@ -21,7 +21,6 @@
package com.watabou.glwrap;
import android.opengl.EGL14;
import android.opengl.GLSurfaceView;
import javax.microedition.khronos.egl.EGL10;

View File

@@ -23,8 +23,6 @@ package com.watabou.glwrap;
import android.opengl.GLES20;
import java.util.Arrays;
public class Uniform {
private int location;