]> git.sesse.net Git - vlc/commitdiff
Remove INTF_GAMMA_*
authorRafaël Carré <funman@videolan.org>
Tue, 6 Dec 2011 22:44:56 +0000 (17:44 -0500)
committerRafaël Carré <funman@videolan.org>
Tue, 6 Dec 2011 22:44:56 +0000 (17:44 -0500)
It was not used for 10 years (minus 3 days)

include/vlc_config.h

index 40055d6196b13ead07464b8f50be29e60d4d3494..bfe871dcecaa2277572d5150b3c15b1790223b13 100644 (file)
 /* Base delay in micro second for interface sleeps */
 #define INTF_IDLE_SLEEP                 (CLOCK_FREQ/20)
 
-/* Step for changing gamma, and minimum and maximum values */
-#define INTF_GAMMA_STEP                 .1
-#define INTF_GAMMA_LIMIT                3
-
 /*****************************************************************************
  * Input thread configuration
  *****************************************************************************/