summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2013-05-24 12:26:45 -0500
committerTim Angus <tim@ngus.net>2013-05-31 23:10:49 +0100
commita65d9f09a95e01a4972e52ecad1929e98af71ef1 (patch)
tree54d210c17f737739fb6701106109488322796080 /src
parent8875f537015553c2fec2a8beb22aed7576f07fe9 (diff)
Remove RF_SUNFLARE from OpenGL2 renderer
RF_SUNFLARE didn't do anything after commit "Merge Reaction renderer features, remove "#ifdef REACTION"s".
Diffstat (limited to 'src')
-rw-r--r--src/renderergl2/tr_extratypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/renderergl2/tr_extratypes.h b/src/renderergl2/tr_extratypes.h
index b84cd5e4..71cd2df8 100644
--- a/src/renderergl2/tr_extratypes.h
+++ b/src/renderergl2/tr_extratypes.h
@@ -25,9 +25,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// tr_extratypes.h, for mods that want to extend tr_types.h without losing compatibility with original VMs
-// extra renderfx flags start at 0x0400
-#define RF_SUNFLARE 0x0400
-
// extra refdef flags start at 0x0008
#define RDF_NOFOG 0x0008 // don't apply fog
#define RDF_EXTRA 0x0010 // Makro - refdefex_t to follow after refdef_t