# HG changeset patch # User Jason Rumney # Date 1180822036 0 # Node ID bca4afff760cc08bebdda2b76856dd29ef2a9bf3 # Parent a354dd1b920ab01c4b29b653ae43f832ad4a0dee (Fx_list_fonts) [WINDOWSNT]: Remove Windows only redefinition of FONT_WIDTH. diff -r a354dd1b920a -r bca4afff760c src/xfaces.c --- 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