[vlc-commits] Android/Maemo: remove unneeded declaration

Jean-Baptiste Kempf git at videolan.org
Mon Oct 31 18:53:59 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 31 18:53:23 2011 +0100| [1d623791abda965978efc061dd2aca2a7bd7be4e] | committer: Jean-Baptiste Kempf

Android/Maemo: remove unneeded declaration

That was conflicting with the one in vlc_network.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d623791abda965978efc061dd2aca2a7bd7be4e
---

 include/vlc_fixups.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index 595cee2..f94b1f0 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -280,7 +280,6 @@ struct pollfd
 #elif defined (HAVE_MAEMO)
 # include <poll.h>
 # define poll(a, b, c) vlc_poll(a, b, c)
-int vlc_poll (struct pollfd *, unsigned, int);
 #endif
 
 #ifndef HAVE_IF_NAMEINDEX



More information about the vlc-commits mailing list