vlc | branch: master | Rafaël Carré <[email protected]> | Tue Dec 6 17:44:56 2011 -0500| [087541029a5d8f3feb80c541a57ec706782ae9bd] | committer: Rafaël Carré
Remove INTF_GAMMA_* It was not used for 10 years (minus 3 days) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=087541029a5d8f3feb80c541a57ec706782ae9bd --- include/vlc_config.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/vlc_config.h b/include/vlc_config.h index 40055d6..bfe871d 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -52,10 +52,6 @@ /* 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 *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
