Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky

git-svn-id: svn://10.0.0.236/trunk@193572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2006-04-05 00:00:44 +00:00
parent 2c5418a903
commit 9911a9b756
125 changed files with 0 additions and 321 deletions

View File

@@ -1262,7 +1262,6 @@ static void PaintDebugImageMap(nsIFrame* aFrame, nsIRenderingContext* aCtx,
* image itself, and hence receive events just as if the image itself
* received events.
*/
MOZ_DECL_CTOR_COUNTER(nsDisplayImage)
class nsDisplayImage : public nsDisplayItem {
public:
nsDisplayImage(nsImageFrame* aFrame, imgIContainer* aImage)