- Removed unused variable in v_font.cpp.

SVN r3810 (trunk)
This commit is contained in:
Braden Obrzut 2012-08-06 20:59:52 +00:00
parent 1b05969d44
commit 6af0744f75

View file

@ -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;