diff --git a/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp b/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp index d350054bf96..c81bd5eb8b6 100644 --- a/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp +++ b/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp @@ -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