Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

git-svn-id: svn://10.0.0.236/trunk@136019 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-08 22:35:09 +00:00
parent e071c7ff2a
commit 855a1b80fa
144 changed files with 34 additions and 255 deletions

View File

@@ -496,8 +496,6 @@ SimplePluginInstance::UnregisterSelf(nsIComponentManager* aCompMgr,
SimplePluginInstance::SimplePluginInstance(void)
: fText(NULL), fPeer(NULL), fWindow(NULL), fMode(nsPluginMode_Embedded)
{
NS_INIT_ISUPPORTS();
static const char text[] = "Hello World!";
fText = (char*) nsMemory::Clone(text, sizeof(text));
@@ -811,7 +809,6 @@ SimplePluginStreamListener::SimplePluginStreamListener(SimplePluginInstance* ins
const char* msgName)
: fMessageName(msgName)
{
NS_INIT_ISUPPORTS();
char msg[256];
sprintf(msg, "### Creating SimplePluginStreamListener for %s\n", fMessageName);
}