From 0d02c41302f2d5089cf94512eb27ba87ae19676a Mon Sep 17 00:00:00 2001 From: iks Date: Fri, 3 Jan 2003 07:26:19 +0000 Subject: [PATCH] =?utf8?q?WinNT/2000/XP=E3=81=A7=E8=B5=B7=E5=8B=95?= =?utf8?q?=E6=99=82=E3=81=AB=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88=E3=81=8C?= =?utf8?q?=E3=81=8A=E3=81=8B=E3=81=97=E3=81=84=E4=B8=8D=E5=85=B7=E5=90=88?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main-win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main-win.c b/src/main-win.c index 8d39500d9..82836f988 100644 --- a/src/main-win.c +++ b/src/main-win.c @@ -2890,8 +2890,6 @@ static void init_windows(void) #ifdef JP strncpy(td->lf.lfFaceName, td->font_want, LF_FACESIZE); - td->lf.lfHeight = td->tile_hgt; - td->lf.lfWidth = td->tile_wid; td->lf.lfCharSet = SHIFTJIS_CHARSET; td->lf.lfPitchAndFamily = FIXED_PITCH | FF_DONTCARE; /* Activate the chosen font */ -- 2.11.0