vlc | branch: master | Rafaël Carré <[email protected]> | Wed Dec 7 09:03:08 2011 -0500| [8cd8da639ca2866380c4154aec71ca44221a4df3] | committer: Rafaël Carré
remove unused limits > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cd8da639ca2866380c4154aec71ca44221a4df3 --- include/vlc_config.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/include/vlc_config.h b/include/vlc_config.h index bfe871d..2a3629d 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -117,13 +117,5 @@ * Messages and console interfaces configuration *****************************************************************************/ -/* Maximal size of a message to be stored in the mesage queue, - * it is needed when vasprintf is not available */ -#define INTF_MAX_MSG_SIZE 512 - -/* Maximal size of the message queue - in case of overflow, all messages in the - * queue are printed, but not sent to the threads */ -#define VLC_MSG_QSIZE 256 - /* Maximal depth of the object tree output by vlc_dumpstructure */ #define MAX_DUMPSTRUCTURE_DEPTH 100 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
