- removed some unused global variables.

This commit is contained in:
Christoph Oelckers 2017-03-12 23:56:17 +01:00
parent d72623b9b5
commit 4965cdfd9a
2 changed files with 0 additions and 3 deletions

View File

@ -545,7 +545,6 @@ static void PrepareSegs()
// Initialize the level data for the GL renderer
//
//==========================================================================
extern int restart;
void gl_PreprocessLevel()
{

View File

@ -34,8 +34,6 @@
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.
float *mMap;
FLightBuffer::FLightBuffer()
{