Mercurial > emacs
changeset 90901:bca4afff760c
(Fx_list_fonts) [WINDOWSNT]: Remove Windows only redefinition of FONT_WIDTH.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 02 Jun 2007 22:07:16 +0000 |
parents | a354dd1b920a |
children | 8bc489730b6f |
files | src/xfaces.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Sat Jun 02 22:06:44 2007 +0000 +++ b/src/xfaces.c Sat Jun 02 22:07:16 2007 +0000 @@ -3148,13 +3148,6 @@ ? NULL : FACE_FROM_ID (f, face_id)); -#ifdef WINDOWSNT -/* For historic reasons, FONT_WIDTH refers to average width on W32, - not maximum as on X. Redefine here. */ -#undef FONT_WIDTH -#define FONT_WIDTH FONT_MAX_WIDTH -#endif - if (face && face->font) size = FONT_WIDTH (face->font); else