diff options
Diffstat (limited to 'WebCore/svg/SVGLocatable.cpp')
-rw-r--r-- | WebCore/svg/SVGLocatable.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/svg/SVGLocatable.cpp b/WebCore/svg/SVGLocatable.cpp index b7b4440..3311a5a 100644 --- a/WebCore/svg/SVGLocatable.cpp +++ b/WebCore/svg/SVGLocatable.cpp @@ -31,14 +31,6 @@ namespace WebCore { -SVGLocatable::SVGLocatable() -{ -} - -SVGLocatable::~SVGLocatable() -{ -} - static bool isViewportElement(Node* node) { return (node->hasTagName(SVGNames::svgTag) |