Remove unused renderCommandList variable from renderers

This commit is contained in:
Ensiform 2013-05-13 12:08:16 -05:00 committed by Zack Middleton
parent 42eeb7551d
commit 53bbfc2cd6
4 changed files with 0 additions and 8 deletions

View file

@ -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 );