summaryrefslogtreecommitdiff
path: root/src/v_video.h
diff options
context:
space:
mode:
authorSimon Howard2008-10-31 20:28:57 +0000
committerSimon Howard2008-10-31 20:28:57 +0000
commit96879d84140634a23050157c8899dbc1616c7b54 (patch)
tree4bb2e37b5bf74f94147f42ee878ecaa6c96274a0 /src/v_video.h
parent280ae3a4c0b849f98291495b8b5a8f2a775b9b7d (diff)
downloadchocolate-doom-96879d84140634a23050157c8899dbc1616c7b54.tar.gz
chocolate-doom-96879d84140634a23050157c8899dbc1616c7b54.tar.bz2
chocolate-doom-96879d84140634a23050157c8899dbc1616c7b54.zip
Move gamma correction table to tables.c.
Subversion-branch: /branches/raven-branch Subversion-revision: 1373
Diffstat (limited to 'src/v_video.h')
-rw-r--r--src/v_video.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/v_video.h b/src/v_video.h
index 649e7175..0c722478 100644
--- a/src/v_video.h
+++ b/src/v_video.h
@@ -44,8 +44,6 @@
extern int dirtybox[4];
-extern const byte gammatable[5][256];
-
extern byte *tinttable;
// Allocates buffer screens, call before R_Init.