Fix fba52fc5161a, bug 813906, test bustage.

This commit is contained in:
Georg Fritzsche 2013-02-13 12:34:22 +01:00
parent 84bf9e0510
commit f6e3beb591

View File

@ -585,8 +585,6 @@ drawAsyncBitmapColor(InstanceData* instanceData)
static bool bug813906(NPP npp, const char* const function, const char* const url, const char* const frame)
{
InstanceData* id = static_cast<InstanceData*>(npp->pdata);
NPObject *windowObj = nullptr;
NPError err = NPN_GetValue(npp, NPNVWindowNPObject, &windowObj);
if (err != NPERR_NO_ERROR) {