From 20b48b7c6525c9fb4440152f1f6aaa8bf532327c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 25 May 2013 02:06:34 +0000 Subject: [PATCH] - Remove now-unused lumpname variable. SVN r4277 (trunk) --- src/p_glnodes.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_glnodes.cpp b/src/p_glnodes.cpp index 036d999d59..694c1684b3 100644 --- a/src/p_glnodes.cpp +++ b/src/p_glnodes.cpp @@ -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)