diff --git a/code/renderergl1/tr_cmds.c b/code/renderergl1/tr_cmds.c index 1d6beea5..00b819ac 100644 --- a/code/renderergl1/tr_cmds.c +++ b/code/renderergl1/tr_cmds.c @@ -21,8 +21,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/code/renderergl1/tr_local.h b/code/renderergl1/tr_local.h index de75c0b0..925dec29 100644 --- a/code/renderergl1/tr_local.h +++ b/code/renderergl1/tr_local.h @@ -1593,8 +1593,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 ); diff --git a/code/renderergl2/tr_cmds.c b/code/renderergl2/tr_cmds.c index d4b83e1f..1426b581 100644 --- a/code/renderergl2/tr_cmds.c +++ b/code/renderergl2/tr_cmds.c @@ -21,8 +21,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/code/renderergl2/tr_local.h b/code/renderergl2/tr_local.h index b615cc07..144b16eb 100644 --- a/code/renderergl2/tr_local.h +++ b/code/renderergl2/tr_local.h @@ -2651,8 +2651,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 );