Remove unused virtual functions. r+sr=tor

This commit is contained in:
Robert O'Callahan 2008-06-11 11:50:49 +12:00
Родитель 79436ce908
Коммит 57caa6efc1
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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();