mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
222529619e
commit
ee599e97a6
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue