Bug 709516 - Remove unused _tostring from nsNPAPIPlugin.cpp; r=josh a=removal

This commit is contained in:
Ms2ger
2011-12-14 10:13:36 +00:00
parent af868460c4
commit 2a26ef2aa4

View File

@@ -2001,19 +2001,6 @@ _releasevariantvalue(NPVariant* variant)
VOID_TO_NPVARIANT(*variant);
}
bool NP_CALLBACK
_tostring(NPObject* npobj, NPVariant *result)
{
NS_ERROR("Write me!");
if (!NS_IsMainThread()) {
NPN_PLUGIN_LOG(PLUGIN_LOG_ALWAYS,("NPN_tostring called from the wrong thread\n"));
return false;
}
return false;
}
void NP_CALLBACK
_setexception(NPObject* npobj, const NPUTF8 *message)
{