diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-06-20 21:46:05 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-06-20 21:46:05 +0000 |
commit | db61a7f8178124b13f2687c65813e5521b296a57 (patch) | |
tree | f7919b79b8a1e684451ba155afa796477f08e96c /src/w32gui.h | |
parent | cf653c8c3617ec132000160b9fa217c7814a4d55 (diff) | |
download | emacs-db61a7f8178124b13f2687c65813e5521b296a57.tar.gz |
[OLD_FONT]: Remove obsolete font code.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index 045c899e767..86e6eb4e2e7 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -129,9 +129,6 @@ typedef struct _XGCValues { COLORREF foreground; COLORREF background; -#if OLD_FONT - XFontStruct * font; -#endif struct font *font; } XGCValues; |