From efa74c9cb88805c7200e5a62580a3f2f0b7292ea Mon Sep 17 00:00:00 2001 From: helixhorned Date: Fri, 10 May 2013 12:31:40 +0000 Subject: [PATCH] premap.c: remove a missed unused variable. git-svn-id: https://svn.eduke32.com/eduke32@3748 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/premap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/polymer/eduke32/source/premap.c b/polymer/eduke32/source/premap.c index cbd0df2da..c5653aa68 100644 --- a/polymer/eduke32/source/premap.c +++ b/polymer/eduke32/source/premap.c @@ -1754,8 +1754,6 @@ void G_FadeLoad(int32_t r, int32_t g, int32_t b, int32_t start, int32_t end, int static void G_LoadMapHack(char *outbuf, const char *filename) { - char *p; - if (filename != NULL) Bstrcpy(outbuf, filename);