diff options
Diffstat (limited to 'src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java')
-rw-r--r-- | src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java b/src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java index 1828f8378..7a661e9e3 100644 --- a/src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java +++ b/src/net/java/games/jogl/impl/x11/X11OnscreenGLContext.java @@ -55,14 +55,6 @@ public class X11OnscreenGLContext extends X11GLContext { this.drawable = drawable; } - public int getOffscreenContextReadBuffer() { - throw new GLException("Should not call this"); - } - - public boolean offscreenImageNeedsVerticalFlip() { - throw new GLException("Should not call this"); - } - public boolean canCreatePbufferContext() { return isExtensionAvailable("GL_ARB_pbuffer"); } @@ -75,14 +67,6 @@ public class X11OnscreenGLContext extends X11GLContext { return buf; } - public void bindPbufferToTexture() { - throw new GLException("Should not call this"); - } - - public void releasePbufferFromTexture() { - throw new GLException("Should not call this"); - } - protected int makeCurrentImpl() throws GLException { try { int lockRes = drawable.lockSurface(); |