[vlc-commits] Remove outdated defines
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 1 16:43:58 CET 2013
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 1 16:43:39 2013 +0100| [9252daae331c493376dcf0bd701521c4aa0e994a] | committer: Jean-Baptiste Kempf
Remove outdated defines
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9252daae331c493376dcf0bd701521c4aa0e994a
---
npapi/vlcplugin.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/npapi/vlcplugin.h b/npapi/vlcplugin.h
index 87958d9..82c4180 100644
--- a/npapi/vlcplugin.h
+++ b/npapi/vlcplugin.h
@@ -37,7 +37,6 @@
#if defined(XP_UNIX) && !defined(XP_MACOSX)
# if defined(USE_XCB)
-# define WINDOWLESS
# include "vlcwindowless_xcb.h"
typedef VlcWindowlessXCB VlcWindowless;
# endif
@@ -52,12 +51,9 @@
# include "vlcplugin_win.h"
typedef class VlcPluginWin VlcPlugin;
-# define WINDOWLESS
# include "vlcwindowless_win.h"
typedef class VlcWindowlessWin VlcWindowless;
#elif defined(XP_MACOSX)
-# define WINDOWLESS
-
# include "vlcplugin_mac.h"
typedef class VlcPluginMac VlcPlugin;
More information about the vlc-commits
mailing list