Index: Source/core/svg/SVGFESpotLightElement.cpp |
diff --git a/Source/core/svg/SVGFESpotLightElement.cpp b/Source/core/svg/SVGFESpotLightElement.cpp |
index df7740385cb637a929719de3624c2bd98386f85f..b91c4cdbec2fb7635cfd587f15f9b897fc17f8cf 100644 |
--- a/Source/core/svg/SVGFESpotLightElement.cpp |
+++ b/Source/core/svg/SVGFESpotLightElement.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "SVGNames.h" |
#include "core/svg/SVGFESpotLightElement.h" |
@@ -48,7 +47,3 @@ PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const |
} |
} |
- |
-#endif // ENABLE(SVG) |
- |
-// vim:ts=4:noet |