From 944538173379ce2a055b6020cd7f76123dcbebb0 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 2 Apr 2012 22:30:59 +0200 Subject: Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS. --- src/variable.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 2757d2f6..0eb0fadf 100644 --- a/src/variable.c +++ b/src/variable.c @@ -604,17 +604,6 @@ byte angband_color_table[256][4] = }; -#ifdef SUPPORT_GAMMA - -/* - * Gamma correction - gamma_val == (int)(256 / gamma) - * The value of 0 means no gamma correction (== 1.0) - */ -u16b gamma_val; - -#endif /* SUPPORT_GAMMA */ - - /* * Standard sound names */ -- cgit v1.2.3