summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGFEDiffuseLightingElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEDiffuseLightingElement.h')
-rw-r--r--Source/WebCore/svg/SVGFEDiffuseLightingElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGFEDiffuseLightingElement.h b/Source/WebCore/svg/SVGFEDiffuseLightingElement.h
index 5f698c2..99dcfde 100644
--- a/Source/WebCore/svg/SVGFEDiffuseLightingElement.h
+++ b/Source/WebCore/svg/SVGFEDiffuseLightingElement.h
@@ -56,9 +56,6 @@ private:
DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale)
DECLARE_ANIMATED_NUMBER(KernelUnitLengthX, kernelUnitLengthX)
DECLARE_ANIMATED_NUMBER(KernelUnitLengthY, kernelUnitLengthY)
-
- SVGFELightElement* findLightElement() const;
- PassRefPtr<LightSource> findLight() const;
};
} // namespace WebCore