diff options
Diffstat (limited to 'scene/3d/light.h')
-rw-r--r-- | scene/3d/light.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/3d/light.h b/scene/3d/light.h index 48e50f09e8..93dd4828da 100644 --- a/scene/3d/light.h +++ b/scene/3d/light.h @@ -38,8 +38,6 @@ @author Juan Linietsky <reduzio@gmail.com> */ -class BakedLight; - class Light : public VisualInstance { GDCLASS(Light, VisualInstance); |