From 05bbba507459d44fbf0b983a911e0bd0e1d5227f Mon Sep 17 00:00:00 2001 From: Alessandro Menti Date: Sun, 4 Jun 2017 16:51:27 +0200 Subject: [PATCH] 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 --- simgear/scene/tgdb/pt_lights.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/scene/tgdb/pt_lights.hxx b/simgear/scene/tgdb/pt_lights.hxx index 863328dc..1097c4b6 100644 --- a/simgear/scene/tgdb/pt_lights.hxx +++ b/simgear/scene/tgdb/pt_lights.hxx @@ -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);