summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2012-08-24 13:43:30 -0700
committerHarvey Harrison <[email protected]>2012-08-24 13:43:30 -0700
commitd61e30036519d171de2caccc0b1a3950c57f3388 (patch)
tree5a522cbc1a39dfdac8f64eba802077099b5c9a4b /src
parent6cdec478f34cb7aa9583bcd17a77453d15d9a87f (diff)
j3dcore: remove unused offscreenBufferinfo from Canvas3d
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/classes/share/javax/media/j3d/Canvas3D.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/classes/share/javax/media/j3d/Canvas3D.java b/src/classes/share/javax/media/j3d/Canvas3D.java
index 0e44877..c09235d 100644
--- a/src/classes/share/javax/media/j3d/Canvas3D.java
+++ b/src/classes/share/javax/media/j3d/Canvas3D.java
@@ -616,12 +616,6 @@ public class Canvas3D extends Canvas {
// is defined by the Pipeline.
Drawable drawable = null;
- // offScreenBufferInfo is a pointer to additional information about the
- // offScreenBuffer in this Canvas.
- //
- // For Windows : Fix for issue 76.
- long offScreenBufferInfo = 0;
-
// graphicsConfigTable is a static hashtable which allows getBestConfiguration()
// in NativeConfigTemplate3D to map a GraphicsConfiguration to the pointer
// to the actual GLXFBConfig that glXChooseFBConfig() returns. The Canvas3D