summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-02 22:30:59 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-02 22:30:59 +0200
commit944538173379ce2a055b6020cd7f76123dcbebb0 (patch)
tree2f15469a443966c79eedc79e3bd6ebb282fe9c79 /src/variable.c
parent6eb6d9b8aa702f333d480158265cc0c3a469a0c9 (diff)
Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c11
1 files changed, 0 insertions, 11 deletions
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
*/