From 3213ee4e67584a61b2df504662e595bfa3f1e9de Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 27 Feb 2000 21:36:58 +0000 Subject: [PATCH] (struct W32FontStruct): Revert last change after change to xdisp.c. --- src/w32gui.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/w32gui.h b/src/w32gui.h index 45eae8583d2..dc5dfc0088a 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -28,8 +28,6 @@ typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; bdffont *bdf; - int ascent; - int descent; } W32FontStruct; typedef struct W32FontStruct XFontStruct; -- 2.39.5