[vlc-commits] Remove unused #define's

Rémi Denis-Courmont git at videolan.org
Mon Nov 26 19:06:10 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 26 19:39:12 2012 +0200| [7c6294f1c206f571dac1b73fff9884e041cd9561] | committer: Rémi Denis-Courmont

Remove unused #define's

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

 include/vlc_config.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/vlc_config.h b/include/vlc_config.h
index 2a3629d..de36a93 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -56,9 +56,6 @@
  * Input thread configuration
  *****************************************************************************/
 
-#define DEFAULT_INPUT_ACTIVITY 1
-#define TRANSCODE_ACTIVITY 10
-
 /* Used in ErrorThread */
 #define INPUT_IDLE_SLEEP                (CLOCK_FREQ/10)
 



More information about the vlc-commits mailing list