diff options
Diffstat (limited to 'Source/WebCore/svg/animation/SMILTime.cpp')
-rw-r--r-- | Source/WebCore/svg/animation/SMILTime.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/svg/animation/SMILTime.cpp b/Source/WebCore/svg/animation/SMILTime.cpp index 2b1f19e5d..3e3d70771 100644 --- a/Source/WebCore/svg/animation/SMILTime.cpp +++ b/Source/WebCore/svg/animation/SMILTime.cpp @@ -24,7 +24,6 @@ */ #include "config.h" -#if ENABLE(SVG) #include "SMILTime.h" #include <float.h> @@ -63,5 +62,3 @@ SMILTime WebCore::operator*(const SMILTime& a, const SMILTime& b) return SMILTime::indefinite(); return a.value() * b.value(); } -#endif - |