]> git.sesse.net Git - vlc/commitdiff
remove unused limits
authorRafaël Carré <funman@videolan.org>
Wed, 7 Dec 2011 14:03:08 +0000 (09:03 -0500)
committerRafaël Carré <funman@videolan.org>
Wed, 7 Dec 2011 14:03:08 +0000 (09:03 -0500)
include/vlc_config.h

index bfe871dcecaa2277572d5150b3c15b1790223b13..2a3629dad17cc0108599d5b3982f29a0c352ebf2 100644 (file)
  * 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