Index: Source/core/svg/SVGFEPointLightElement.cpp |
diff --git a/Source/core/svg/SVGFEPointLightElement.cpp b/Source/core/svg/SVGFEPointLightElement.cpp |
index 6332191527150654f7fd803df6d3fe0055453206..5c3475f5a66b5df1b1754ae4b85a2d94e67698da 100644 |
--- a/Source/core/svg/SVGFEPointLightElement.cpp |
+++ b/Source/core/svg/SVGFEPointLightElement.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "SVGNames.h" |
#include "core/svg/SVGFEPointLightElement.h" |
@@ -45,7 +44,3 @@ PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const |
} |
} |
- |
-#endif // ENABLE(SVG) |
- |
-// vim:ts=4:noet |