From 1b741775a490bfd7efeae17092830d4b8a17ace7 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 31 Oct 2006 16:11:11 +0000 Subject: [PATCH] Removed one unused variable. SVN r370 (trunk) --- src/thingdef.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thingdef.cpp b/src/thingdef.cpp index 7484df2c7..2e28bb74a 100644 --- a/src/thingdef.cpp +++ b/src/thingdef.cpp @@ -1699,7 +1699,6 @@ static int ProcessStates(FActorInfo * actor, AActor * defaults, Baggage &bag) FState state; FState * laststate = NULL; intptr_t lastlabel = -1; - FStateDefine * stp; int minrequiredstate = -1; statestring[255] = 0;