summaryrefslogtreecommitdiffstats
path: root/WebCore/css/SVGCSSStyleSelector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/SVGCSSStyleSelector.cpp')
-rw-r--r--WebCore/css/SVGCSSStyleSelector.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/css/SVGCSSStyleSelector.cpp b/WebCore/css/SVGCSSStyleSelector.cpp
index 502fdc1..34d981c 100644
--- a/WebCore/css/SVGCSSStyleSelector.cpp
+++ b/WebCore/css/SVGCSSStyleSelector.cpp
@@ -180,15 +180,6 @@ void CSSStyleSelector::applySVGProperty(int id, CSSValue* value)
svgstyle->setKerning(primitiveValue);
break;
}
- case CSSPropertyPointerEvents:
- {
- HANDLE_INHERIT_AND_INITIAL(pointerEvents, PointerEvents)
- if (!primitiveValue)
- break;
-
- svgstyle->setPointerEvents(*primitiveValue);
- break;
- }
case CSSPropertyDominantBaseline:
{
HANDLE_INHERIT_AND_INITIAL(dominantBaseline, DominantBaseline)