Index: ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h b/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h |
index c7fe8a0187751d5407ce011f3057da522f09e0b2..ac23a34e09bb4cb43d37720a380279486f7c4047 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h |
@@ -15,9 +15,6 @@ EXTERN_C_BEGIN |
// The entry point for the main thread of the PPAPI plugin process. |
int PpapiPluginMain(void); |
-void PpapiPluginRegisterThreadCreator( |
- const struct PP_ThreadFunctions* new_funcs); |
- |
EXTERN_C_END |
#endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PPRUNTIME_H_ |