[vlc-commits] npappi: nporuntime: Remove declaration of never implemented methods
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 31 10:51:56 CEST 2015
npapi-vlc | branch: cleanup | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 27 13:29:45 2015 +0100| [48033d2feff802c6f632584f6904f4bb6767b9b4] | committer: Hugo Beauzée-Luyssen
npappi: nporuntime: Remove declaration of never implemented methods
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=48033d2feff802c6f632584f6904f4bb6767b9b4
---
npapi/npruntime/nporuntime.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/npapi/npruntime/nporuntime.h b/npapi/npruntime/nporuntime.h
index 969a549..b9cf1ba 100644
--- a/npapi/npruntime/nporuntime.h
+++ b/npapi/npruntime/nporuntime.h
@@ -101,12 +101,6 @@ protected:
friend void RuntimeNPClassDeallocate(NPObject *npobj);
friend void RuntimeNPClassInvalidate(NPObject *npobj);
- template <class RuntimeNPObject> static bool RuntimeNPClassGetProperty(NPObject *npobj, NPIdentifier name, NPVariant *result);
- template <class RuntimeNPObject> static bool RuntimeNPClassSetProperty(NPObject *npobj, NPIdentifier name, const NPVariant *value);
- template <class RuntimeNPObject> static bool RuntimeNPClassRemoveProperty(NPObject *npobj, NPIdentifier name);
- template <class RuntimeNPObject> static bool RuntimeNPClassInvoke(NPObject *npobj, NPIdentifier name,
- const NPVariant *args, uint32_t argCount,
- NPVariant *result);
friend bool RuntimeNPClassInvokeDefault(NPObject *npobj,
const NPVariant *args,
uint32_t argCount,
More information about the vlc-commits
mailing list