Index: ppapi/cpp/instance.h |
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h |
index f891bed628dc28fe734785ac23348cea001ad0c5..77e49d4d7f672f3ad41990f3eee8c50d066e21e6 100644 |
--- a/ppapi/cpp/instance.h |
+++ b/ppapi/cpp/instance.h |
@@ -487,13 +487,6 @@ class Instance { |
/// @param[in] object |
void AddPerInstanceObject(const std::string& interface_name, void* object); |
- /// Static version of AddPerInstanceObject that takes an InstanceHandle. As |
- /// with all other instance functions, this must only be called on the main |
- /// thread. |
- static void AddPerInstanceObject(const InstanceHandle& instance, |
- const std::string& interface_name, |
- void* object); |
- |
// {PENDING: summarize Remove method here} |
/// |
/// Refer to AddPerInstanceObject() for further information. |