From 272c37c573b36b800d9ac35e35b8d083de59f9dd Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Wed, 17 May 2006 00:06:18 +0000 Subject: [PATCH] Bug 338004 - Remove unneeded overloads from nsSVGStopFrame. r+sr=roc git-svn-id: svn://10.0.0.236/trunk@196716 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/svg/base/src/nsSVGStopFrame.cpp | 11 ----------- 1 file changed, 11 deletions(-) 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