diff options
Diffstat (limited to 'src/net/java/games/jogl/GLContext.java')
-rwxr-xr-x | src/net/java/games/jogl/GLContext.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/net/java/games/jogl/GLContext.java b/src/net/java/games/jogl/GLContext.java index 3e12b542c..18b94bc96 100755 --- a/src/net/java/games/jogl/GLContext.java +++ b/src/net/java/games/jogl/GLContext.java @@ -118,13 +118,6 @@ public abstract class GLContext { } /** - * For onscreen GLDrawables, indicates to the GLContext - * implementation that the underlying window has been created and - * can be drawn into. - */ - public abstract void setRealized(); - - /** * Destroys this OpenGL context and frees its associated resources. * <P> * For onscreen GLDrawables, should be used to indicate to the |