Removed Lighting.cpp from repository, it is nolonger used and was just hanging

around erroneously.
This commit is contained in:
Robert Osfield 2001-10-19 15:53:59 +00:00
parent 20e5751a4a
commit 067619d1fb

View File

@ -1,15 +0,0 @@
#include "osg/GL"
#include "osg/Lighting"
using namespace osg;
void Lighting::enable( void )
{
glEnable( GL_LIGHTING );
}
void Lighting::disable( void )
{
glDisable( GL_LIGHTING );
}