npapi-vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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,

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to