Remove dead code

svn path=/trunk/kdebase/nsplugins/; revision=211686
This commit is contained in:
George Staikos 2003-03-06 05:36:09 +00:00
parent e83b7d031f
commit bed50d4534

View file

@ -380,6 +380,7 @@ NSPluginInstance *NSPluginLoader::newInstance(QWidget *parent, QString url,
return 0;
}
#if 0
// get requested size
unsigned int width = 0;
unsigned int height = 0;
@ -389,6 +390,7 @@ NSPluginInstance *NSPluginLoader::newInstance(QWidget *parent, QString url,
if (argn[i].lower() == "width") width = argv[i].toUInt();
if (argn[i].lower() == "height") height = argv[i].toUInt();
}
#endif
// lookup plugin for mime type
QString plugin_name = lookup(mime);