- Remove now-unused lumpname variable.

SVN r4277 (trunk)
This commit is contained in:
Randy Heit 2013-05-25 02:06:34 +00:00
parent 332e39d6c8
commit 20b48b7c65
1 changed files with 0 additions and 1 deletions

View File

@ -808,7 +808,6 @@ static int FindGLNodesInFile(FResourceFile * f, const char * label)
FString glheader;
bool mustcheck=false;
DWORD numentries = f->LumpCount();
char lumpname[9];
glheader.Format("GL_%.8s", label);
if (glheader.Len()>8)