Remove reference to static delete operator

This commit is contained in:
mscott%netscape.com 1999-01-31 08:10:30 +00:00
parent 3aaf889a0f
commit 0d7427b1f1

View File

@ -88,7 +88,6 @@ public:
nsNNTPNewsgroupList(nsINNTPHost *, nsINNTPNewsgroup*);
nsNNTPNewsgroupList();
virtual ~nsNNTPNewsgroupList();
static void operator delete(void *);
NS_DECL_ISUPPORTS;