diff options
author | Sven Gothel <[email protected]> | 2010-11-07 03:37:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-07 03:37:35 +0100 |
commit | 8ee9681488e814d663dda14ebfc2af515eb6c167 (patch) | |
tree | dae9eb6474e669eb3c6be8e7fe313c6f4225e9d7 /src/jogl/classes/com/jogamp/gluegen/runtime | |
parent | f27678d119ac85d8414f1ba533045eff80eee7af (diff) |
Fix imports ..
Diffstat (limited to 'src/jogl/classes/com/jogamp/gluegen/runtime')
-rw-r--r-- | src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java b/src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java index 914036312..426333034 100644 --- a/src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java +++ b/src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java @@ -1,5 +1,6 @@ /* * Copyright (c) 2003-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,12 +35,8 @@ * facility. * */ - package com.jogamp.gluegen.runtime.opengl; -import java.util.*; -import com.jogamp.gluegen.runtime.*; - public class GLExtensionNames { //GL_XYZ : GL_XYZ, GL_XYZ_GL2, GL_XYZ_ARB, GL_XYZ_OES, GL_XYZ_OML //GL_XYZ : GL_XYZ, GL_GL2_XYZ, GL_ARB_XYZ, GL_OES_XYZ, GL_OML_XYZ |