summaryrefslogtreecommitdiff
path: root/src/renderergl2
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderergl2')
-rw-r--r--src/renderergl2/tr_cmds.c2
-rw-r--r--src/renderergl2/tr_local.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/renderergl2/tr_cmds.c b/src/renderergl2/tr_cmds.c
index 35ec8689..e6741ee3 100644
--- a/src/renderergl2/tr_cmds.c
+++ b/src/renderergl2/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/renderergl2/tr_local.h b/src/renderergl2/tr_local.h
index 7105f1ae..f9b52028 100644
--- a/src/renderergl2/tr_local.h
+++ b/src/renderergl2/tr_local.h
@@ -2654,8 +2654,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 );