[vlc-commits] Remove unused macros
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 24 11:38:50 CEST 2014
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 24 11:38:42 2014 +0200| [37910f31a5fac384ccc35ee220386fc092fc452d] | committer: Jean-Baptiste Kempf
Remove unused macros
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=37910f31a5fac384ccc35ee220386fc092fc452d
---
npapi/support/npmac.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/npapi/support/npmac.cpp b/npapi/support/npmac.cpp
index 4bb2044..1ee0a92 100644
--- a/npapi/support/npmac.cpp
+++ b/npapi/support/npmac.cpp
@@ -39,8 +39,6 @@
#include "npfunctions.h"
#define CALL_NPN(unused, FN, ...) ((*FN)(__VA_ARGS__))
-#define PLUGIN_TO_HOST_GLUE(name, fp) (fp)
-#define HOST_TO_PLUGIN_GLUE(name, fp) (fp)
#pragma mark -
More information about the vlc-commits
mailing list