]> git.sesse.net Git - vlc/commitdiff
Android/Maemo: remove unneeded declaration
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 31 Oct 2011 17:53:23 +0000 (18:53 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 31 Oct 2011 17:53:23 +0000 (18:53 +0100)
That was conflicting with the one in vlc_network.h

include/vlc_fixups.h

index 595cee24b93250d6373e4d77b1614d81505f23ad..f94b1f0549278155df767e90a7cbd77f1b750a4f 100644 (file)
@@ -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