Index: Source/core/svg/SVGFEFuncRElement.cpp |
diff --git a/Source/core/svg/SVGFEFuncRElement.cpp b/Source/core/svg/SVGFEFuncRElement.cpp |
index d77ffb9b3bcc49e7de4cd800ff38a94e283eac45..d6527cb15ddce8deb62e3731ed017bb241250eca 100644 |
--- a/Source/core/svg/SVGFEFuncRElement.cpp |
+++ b/Source/core/svg/SVGFEFuncRElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "SVGNames.h" |
#include "core/svg/SVGFEFuncRElement.h" |
@@ -39,7 +38,3 @@ PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tag |
} |
} |
- |
-#endif // ENABLE(SVG) |
- |
-// vim:ts=4:noet |