Bug 338004 - Remove unneeded overloads from nsSVGStopFrame. r+sr=roc

This commit is contained in:
tor%cs.brown.edu 2006-05-17 00:06:18 +00:00
parent cca48cf329
commit c2fcb2b0be

View File

@ -53,11 +53,6 @@ class nsSVGStopFrame : public nsSVGStopFrameBase
public:
nsSVGStopFrame(nsStyleContext* aContext) : nsSVGStopFrameBase(aContext) {}
// nsISupports interface:
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
NS_IMETHOD_(nsrefcnt) AddRef() { return NS_OK; }
NS_IMETHOD_(nsrefcnt) Release() { return NS_OK; }
// nsIFrame interface:
NS_IMETHOD DidSetStyleContext();
@ -87,12 +82,6 @@ public:
nsStyleContext* aContext);
};
//----------------------------------------------------------------------
// nsISupports methods:
NS_INTERFACE_MAP_BEGIN(nsSVGStopFrame)
NS_INTERFACE_MAP_END_INHERITING(nsSVGStopFrameBase)
//----------------------------------------------------------------------
// Implementation