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;