aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/GLCapabilities.java
diff options
context:
space:
mode:
Diffstat (limited to 'gl4java/GLCapabilities.java')
-rwxr-xr-xgl4java/GLCapabilities.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/gl4java/GLCapabilities.java b/gl4java/GLCapabilities.java
index f8bc452..b65ba01 100755
--- a/gl4java/GLCapabilities.java
+++ b/gl4java/GLCapabilities.java
@@ -18,9 +18,6 @@ public class GLCapabilities
private static final int STEREO_OFF = 0;
private static final int STEREO_ON = 1;
- private static final int FULLSCREEN_OFF = 0;
- private static final int FULLSCREEN_ON = 1;
-
// Boolean attributes
// NOTE that we do not specify on- or off-screen visuals here --
// that will be taken care of by the factory.
@@ -40,13 +37,6 @@ public class GLCapabilities
*/
private int stereo = STEREO_OFF;
- /* x11: exact value
- w32: exact value
-
- since JDK 1.4
- */
- private int fullscreen = FULLSCREEN_OFF;
-
/* x11: getting the largest regardless the value if >0, set to max
w32: getting the best from it's max
*/