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