summaryrefslogtreecommitdiff
path: root/scene/3d/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/light.h')
-rw-r--r--scene/3d/light.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/light.h b/scene/3d/light.h
index f090ae5782..6b1ea2d455 100644
--- a/scene/3d/light.h
+++ b/scene/3d/light.h
@@ -61,7 +61,6 @@ public:
enum LightColor {
- COLOR_AMBIENT=VisualServer::LIGHT_COLOR_AMBIENT,
COLOR_DIFFUSE=VisualServer::LIGHT_COLOR_DIFFUSE,
COLOR_SPECULAR=VisualServer::LIGHT_COLOR_SPECULAR
};