]> git.tdb.fi Git - libs/gl.git/blobdiff - source/lighting.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / lighting.h
index 31e75a44c66b36442778b7ac2d07e0add0a6f342..794fb75a045497eae7c803b2f86aab9c3d42ce58 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_LIGHTING_H_
 #define MSP_GL_LIGHTING_H_
 
@@ -18,11 +11,6 @@ namespace GL {
 
 class Light;
 
-enum
-{
-       LIGHTING = GL_LIGHTING
-};
-
 /**
 Encapsulates global lighting parameters and a number of individual lights.
 */