mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 338004 - Remove unneeded overloads from nsSVGStopFrame. r+sr=roc
This commit is contained in:
parent
cca48cf329
commit
c2fcb2b0be
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user