From 57caa6efc1dbbfa4060f8fa49f8d511920927fa1 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Wed, 11 Jun 2008 11:50:49 +1200 Subject: [PATCH] Remove unused virtual functions. r+sr=tor --- layout/svg/base/src/nsSVGImageFrame.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layout/svg/base/src/nsSVGImageFrame.cpp b/layout/svg/base/src/nsSVGImageFrame.cpp index 70b7f95828e..a3082519974 100644 --- a/layout/svg/base/src/nsSVGImageFrame.cpp +++ b/layout/svg/base/src/nsSVGImageFrame.cpp @@ -88,11 +88,6 @@ public: NS_IMETHOD PaintSVG(nsSVGRenderState *aContext, nsRect *aDirtyRect); NS_IMETHOD GetFrameForPointSVG(float x, float y, nsIFrame** hit); - // nsSVGGeometryFrame overload: - // Lie about our fill/stroke so hit detection works - virtual nsresult GetStrokePaintType() { return eStyleSVGPaintType_None; } - virtual nsresult GetFillPaintType() { return eStyleSVGPaintType_Color; } - // nsSVGPathGeometryFrame methods: virtual PRUint16 GetHittestMask();