From 807c86913b465ce6071bc1af7ba6f8620cd5e772 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 6 Mar 2015 09:59:44 +0100
Subject: Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support
 in GLContext

---
 src/jogl/classes/jogamp/opengl/egl/EGLContext.java | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'src/jogl/classes/jogamp/opengl/egl/EGLContext.java')

diff --git a/src/jogl/classes/jogamp/opengl/egl/EGLContext.java b/src/jogl/classes/jogamp/opengl/egl/EGLContext.java
index 910afcd22..9d7ad64f9 100644
--- a/src/jogl/classes/jogamp/opengl/egl/EGLContext.java
+++ b/src/jogl/classes/jogamp/opengl/egl/EGLContext.java
@@ -36,7 +36,6 @@
 
 package jogamp.opengl.egl;
 
-import java.nio.ByteBuffer;
 import java.nio.IntBuffer;
 import java.util.Map;
 
@@ -507,14 +506,4 @@ public class EGLContext extends GLContextImpl {
     protected void copyImpl(final GLContext source, final int mask) throws GLException {
         throw new GLException("Not yet implemented");
     }
-
-    @Override
-    public final ByteBuffer glAllocateMemoryNV(final int size, final float readFrequency, final float writeFrequency, final float priority) {
-        throw new GLException("Should not call this");
-    }
-
-    @Override
-    public final void glFreeMemoryNV(final ByteBuffer pointer) {
-        throw new GLException("Should not call this");
-    }
 }
-- 
cgit v1.2.3