Added private constructors to OpenAL and OpenGL static classes

This commit is contained in:
Elias Naur 2004-07-31 09:34:09 +00:00
parent c46ad444ea
commit 5966d7b6b6
108 changed files with 336 additions and 105 deletions

View file

@ -32,7 +32,6 @@
package org.lwjgl.opengl;
public final class ARBDepthTexture {
/*
* Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
* CopyTexImage1D and CopyTexImage2D:
@ -53,4 +52,6 @@ public final class ARBDepthTexture {
*/
public static final int GL_DEPTH_TEXTURE_MODE_ARB = 0x884B;
private ARBDepthTexture() {
}
}