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;