aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax/media/opengl/GLAutoDrawable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/javax/media/opengl/GLAutoDrawable.java')
-rw-r--r--src/classes/javax/media/opengl/GLAutoDrawable.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/classes/javax/media/opengl/GLAutoDrawable.java b/src/classes/javax/media/opengl/GLAutoDrawable.java
index 688b78879..d4aff9107 100644
--- a/src/classes/javax/media/opengl/GLAutoDrawable.java
+++ b/src/classes/javax/media/opengl/GLAutoDrawable.java
@@ -81,10 +81,6 @@ public interface GLAutoDrawable extends GLDrawable {
display} callback. */
public void display();
- /** Schedules a repaint of the component at some point in the
- future. */
- public void repaint();
-
/** Enables or disables automatic buffer swapping for this drawable.
By default this property is set to true; when true, after all
GLEventListeners have been called for a display() event, the