removed unused var.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3359 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-08-29 17:54:05 +00:00
parent 222529619e
commit ee599e97a6
1 changed files with 0 additions and 1 deletions

View File

@ -409,7 +409,6 @@ struct font_s *Font_LoadFont(int height, char *fontfilename)
dSHGetFolderPath = (void *)GetProcAddress(shfolder, "SHGetFolderPathA");
if (dSHGetFolderPath)
{
char folder[MAX_PATH];
// 0x14 == CSIDL_FONTS
if (dSHGetFolderPath(NULL, 0x14, NULL, 0, fontdir) == S_OK)
{