summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/graphics/SVGPaintServerLinearGradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/graphics/SVGPaintServerLinearGradient.h')
-rw-r--r--WebCore/svg/graphics/SVGPaintServerLinearGradient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/graphics/SVGPaintServerLinearGradient.h b/WebCore/svg/graphics/SVGPaintServerLinearGradient.h
index 4b7da32..f0568c7 100644
--- a/WebCore/svg/graphics/SVGPaintServerLinearGradient.h
+++ b/WebCore/svg/graphics/SVGPaintServerLinearGradient.h
@@ -48,10 +48,6 @@ namespace WebCore {
virtual TextStream& externalRepresentation(TextStream&) const;
-#if PLATFORM(QT)
- virtual QGradient setupGradient(GraphicsContext*&, const RenderObject*) const;
-#endif
-
private:
SVGPaintServerLinearGradient(const SVGGradientElement* owner);