summaryrefslogtreecommitdiff
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-02-27 21:36:58 +0000
committerJason Rumney <jasonr@gnu.org>2000-02-27 21:36:58 +0000
commit3213ee4e67584a61b2df504662e595bfa3f1e9de (patch)
tree819c4ca46771b3f3419d4e13880b543eff44d415 /src/w32gui.h
parent7ce9aaca2eda9fadc5e6bb8d28e970da8f2c8252 (diff)
(struct W32FontStruct): Revert last change after change to xdisp.c.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 45eae8583d..dc5dfc0088 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;