X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flighting.h;h=794fb75a045497eae7c803b2f86aab9c3d42ce58;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hp=31e75a44c66b36442778b7ac2d07e0add0a6f342;hpb=42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b;p=libs%2Fgl.git diff --git a/source/lighting.h b/source/lighting.h index 31e75a44..794fb75a 100644 --- a/source/lighting.h +++ b/source/lighting.h @@ -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. */