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