From 6cdec478f34cb7aa9583bcd17a77453d15d9a87f Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Fri, 24 Aug 2012 13:40:48 -0700 Subject: j3dcore: the fbConfig variable is always zero in all remaining pipelines Totally unused now. Signed-off-by: Harvey Harrison --- src/classes/share/javax/media/j3d/Canvas3D.java | 36 ++++++---------------- .../share/javax/media/j3d/JoglPipeline.java | 15 +++------ .../share/javax/media/j3d/NoopPipeline.java | 14 +++------ src/classes/share/javax/media/j3d/Pipeline.java | 11 +++---- src/classes/share/javax/media/j3d/Renderer.java | 3 +- 5 files changed, 22 insertions(+), 57 deletions(-) (limited to 'src') diff --git a/src/classes/share/javax/media/j3d/Canvas3D.java b/src/classes/share/javax/media/j3d/Canvas3D.java index 44ed868..0e44877 100644 --- a/src/classes/share/javax/media/j3d/Canvas3D.java +++ b/src/classes/share/javax/media/j3d/Canvas3D.java @@ -616,20 +616,6 @@ public class Canvas3D extends Canvas { // is defined by the Pipeline. Drawable drawable = null; - // fbConfig is a pointer to the fbConfig object that is associated with - // the GraphicsConfiguration object used to create this Canvas. - // - // For Unix : Fix for issue 20. - // The fbConfig is only used when running X11. It contains a pointer - // to the native GLXFBConfig structure list, since in some cases the visual id - // alone isn't sufficient for the native OpenGL renderer (e.g., when using - // Solaris OpenGL with Xinerama mode disabled). - // - // For Windows : Fix for issue 76. This is use as a holder of the - // PixelFormat structure ( see also gldef.h ) to allow value such - // as offScreen's pixelformat, and ARB function pointers to be stored. - long fbConfig = 0; - // offScreenBufferInfo is a pointer to additional information about the // offScreenBuffer in this Canvas. // @@ -1111,8 +1097,6 @@ ArrayList textureIDResourceTable = new ArrayList textureIDResourceTable = new ArrayList textureIDResourceTable = new ArrayList textureIDResourceTable = new ArrayList textureIDResourceTable = new ArrayList