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