summaryrefslogtreecommitdiff
path: root/src/renderergl1
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderergl1')
-rw-r--r--src/renderergl1/tr_cmds.c2
-rw-r--r--src/renderergl1/tr_local.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/renderergl1/tr_cmds.c b/src/renderergl1/tr_cmds.c
index a9b65711..23aa9897 100644
--- a/src/renderergl1/tr_cmds.c
+++ b/src/renderergl1/tr_cmds.c
@@ -22,8 +22,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tr_local.h"
-volatile renderCommandList_t *renderCommandList;
-
/*
=====================
R_PerformanceCounters
diff --git a/src/renderergl1/tr_local.h b/src/renderergl1/tr_local.h
index 045cf36f..9e253d8e 100644
--- a/src/renderergl1/tr_local.h
+++ b/src/renderergl1/tr_local.h
@@ -1596,8 +1596,6 @@ extern int max_polyverts;
extern backEndData_t *backEndData; // the second one may not be allocated
-extern volatile renderCommandList_t *renderCommandList;
-
void *R_GetCommandBuffer( int bytes );
void RB_ExecuteRenderCommands( const void *data );