| Index: xfa/fxjse/include/fxjse.h
|
| diff --git a/xfa/fxjse/include/fxjse.h b/xfa/fxjse/include/fxjse.h
|
| index 8a34ad0c7b9202fd4e1da2c887217659e3ca8a1f..cf6fbf956078802c90d8b7ad2a6bb6b1cfb7d400 100644
|
| --- a/xfa/fxjse/include/fxjse.h
|
| +++ b/xfa/fxjse/include/fxjse.h
|
| @@ -93,8 +93,6 @@ double FXJSE_Value_ToDouble(CFXJSE_Value* pValue);
|
| int32_t FXJSE_Value_ToInteger(CFXJSE_Value* pValue);
|
| void FXJSE_Value_ToUTF8String(CFXJSE_Value* pValue,
|
| CFX_ByteString& szStrOutput);
|
| -CFXJSE_HostObject* FXJSE_Value_ToObject(CFXJSE_Value* pValue,
|
| - CFXJSE_Class* pClass);
|
|
|
| void FXJSE_Value_SetUndefined(CFXJSE_Value* pValue);
|
| void FXJSE_Value_SetNull(CFXJSE_Value* pValue);
|
|
|