Remove the last traces of enhanced lighting support

Remove some traces of the enhanced lighting support which were left
there from a refactoring several years ago.

See discussion at <https://sourceforge.net/p/flightgear/mailman/message/35875305/>
This commit is contained in:
Alessandro Menti
2017-06-04 16:51:27 +02:00
parent 679d4e1dcd
commit 05bbba5074

View File

@@ -55,7 +55,6 @@ class Effect;
// appropriate extensions are available.)
inline void SGConfigureDirectionalLights( bool use_point_sprites,
bool enhanced_lighting,
bool distance_attenuation ) {
static SGSceneFeatures* sceneFeatures = SGSceneFeatures::instance();
sceneFeatures->setEnablePointSpriteLights(use_point_sprites);