]> git.tdb.fi Git - libs/gl.git/blobdiff - source/lighting.h
Remove the LIGHTING enum
[libs/gl.git] / source / lighting.h
index 31e75a44c66b36442778b7ac2d07e0add0a6f342..76c241e9fa5c46e0ff6aefbcd17ef4dadfc81bdc 100644 (file)
@@ -18,11 +18,6 @@ namespace GL {
 
 class Light;
 
-enum
-{
-       LIGHTING = GL_LIGHTING
-};
-
 /**
 Encapsulates global lighting parameters and a number of individual lights.
 */