From 49ee4d98736714996e98d34f4fc37c39a93b5c13 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 1 May 2008 22:04:28 +0000 Subject: [PATCH] (struct font) [WINDOWSNT]: Remove codepage member. --- src/font.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/font.h b/src/font.h index 320555d5f86..0de6c9f7a50 100644 --- a/src/font.h +++ b/src/font.h @@ -278,11 +278,6 @@ struct font /* Beyond here, there should be no more Lisp_Object components. */ -#ifdef WINDOWSNT - /* Codepage of characters that will be displayed by the font. */ - int codepage; -#endif - /* Maximum bound width over all existing characters of the font. On X window, this is same as (font->max_bounds.width). */ int max_width; -- 2.39.5