summaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/windows
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-11-14 20:28:28 +0000
committerKenneth Russel <[email protected]>2005-11-14 20:28:28 +0000
commitd903df82c0b867ccabc6e73ccbf72ca7fd468e9e (patch)
tree7899ea1b98eb25d8db156dff33c8703f7e4168e9 /src/classes/com/sun/opengl/impl/windows
parent8480cf339d2bb6c29da950596ea056cf1635cc29 (diff)
Deleted vestigial code from Windows choosePixelFormat path pointed out
by Justin Couch git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@446 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/impl/windows')
-rw-r--r--src/classes/com/sun/opengl/impl/windows/WindowsGLDrawable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/classes/com/sun/opengl/impl/windows/WindowsGLDrawable.java b/src/classes/com/sun/opengl/impl/windows/WindowsGLDrawable.java
index abbc9a511..e0edfdc38 100644
--- a/src/classes/com/sun/opengl/impl/windows/WindowsGLDrawable.java
+++ b/src/classes/com/sun/opengl/impl/windows/WindowsGLDrawable.java
@@ -99,8 +99,6 @@ public abstract class WindowsGLDrawable extends GLDrawableImpl {
GLCapabilities[] availableCaps = null;
int numFormats = 0;
pfd = newPixelFormatDescriptor();
- GraphicsConfiguration config = component.getGraphicsConfiguration();
- GraphicsDevice device = config.getDevice();
// Produce a recommended pixel format selection for the GLCapabilitiesChooser.
// Use wglChoosePixelFormatARB if user requested multisampling and if we have it available
WindowsGLDrawable dummyDrawable = null;