[vlc-commits] npmac: compilation fix
Felix Paul Kühne
git at videolan.org
Thu Apr 24 11:32:23 CEST 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 24 11:32:22 2014 +0200| [1848190fd42b6448e50cc52cf71c694f86499d3e] | committer: Felix Paul Kühne
npmac: compilation fix
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1848190fd42b6448e50cc52cf71c694f86499d3e
---
npapi/support/npmac.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/npapi/support/npmac.cpp b/npapi/support/npmac.cpp
index 35de5e9..4bb2044 100644
--- a/npapi/support/npmac.cpp
+++ b/npapi/support/npmac.cpp
@@ -620,11 +620,6 @@ Private_HandleEvent(NPP instance, void* event)
return result;
}
-void Private_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
-{
- NPP_URLNotify(instance, url, reason, notifyData);
-}
-
#pragma mark -
#pragma mark Initialization & Run
More information about the vlc-commits
mailing list