Bug 1243639 - Remove Honeycomb flash-related code. r=snorp

This commit is contained in:
Dylan Roeh
2016-03-03 10:30:53 -05:00
parent 04fa71ec93
commit bc0b4739ad
6 changed files with 4 additions and 208 deletions

View File

@@ -2149,9 +2149,7 @@ _getvalue(NPP npp, NPNVariable variable, void *result)
case kOpenGLInterfaceV0_ANPGetValue: {
LOG("get openGL interface");
ANPOpenGLInterfaceV0 *i = (ANPOpenGLInterfaceV0*) result;
InitOpenGLInterface(i);
return NPERR_NO_ERROR;
return NPERR_GENERIC_ERROR;
}
case kWindowInterfaceV1_ANPGetValue: {