From 6af0744f75f8423e29f5733c2a819e6733e4b28b Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Mon, 6 Aug 2012 20:59:52 +0000 Subject: [PATCH] - Removed unused variable in v_font.cpp. SVN r3810 (trunk) --- src/v_font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v_font.cpp b/src/v_font.cpp index 8fb0a2400..3ef631c5c 100644 --- a/src/v_font.cpp +++ b/src/v_font.cpp @@ -1861,7 +1861,7 @@ void FFontChar2::MakeTexture () FSpecialFont::FSpecialFont (const char *name, int first, int count, FTexture **lumplist, const bool *notranslate, int lump) : FFont(lump) { - int i, j; + int i; FTexture **charlumps; int maxyoffs; FTexture *pic;