| Index: native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| diff --git a/native_client_sdk/src/libraries/ppapi_simple/ps.h b/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| index 1e345af89de810fdb82664f5572f2472f768c35d..9f5448158077cf25ac7c08f3ece61feff6f034b5 100644
|
| --- a/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| +++ b/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| @@ -53,18 +53,6 @@ PP_Instance PSGetInstanceId(void);
|
| */
|
| const void* PSGetInterface(const char *name);
|
|
|
| -/**
|
| - * PSUserCreateInstance
|
| - *
|
| - * Prototype for the user provided function which creates and configures
|
| - * the instance object. This function is defined by one of the macros below,
|
| - * or by the equivalent macro in one of the other headers. For 'C'
|
| - * development, one of the basic instances which support C callback are used.
|
| - * For C++, this function should instantiate the user defined instance. See
|
| - * the two macros below.
|
| - */
|
| -extern void* PSUserCreateInstance(PP_Instance inst);
|
| -
|
| EXTERN_C_END
|
|
|
| #endif /* PPAPI_SIMPLE_PS_H_ */
|
|
|