diff options
Diffstat (limited to 'WebCore/plugins/PluginPackage.h')
-rw-r--r-- | WebCore/plugins/PluginPackage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/plugins/PluginPackage.h b/WebCore/plugins/PluginPackage.h index 67c6fbe..2055391 100644 --- a/WebCore/plugins/PluginPackage.h +++ b/WebCore/plugins/PluginPackage.h @@ -114,9 +114,6 @@ namespace WebCore { #if defined(ANDROID_PLUGINS) // Java Plugin object. jobject m_pluginObject; - // Called from unloadWithoutShutdown() to remove the object - // from the PluginList. - void unregisterPluginObject(); #endif }; |