]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct font) [WINDOWSNT]: Remove codepage member.
authorJason Rumney <jasonr@gnu.org>
Thu, 1 May 2008 22:04:28 +0000 (22:04 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 1 May 2008 22:04:28 +0000 (22:04 +0000)
src/font.h

index 320555d5f86b1e11f4c7723663793e303d223d80..0de6c9f7a503dfcfc698af6a197b2641cf9b71a2 100644 (file)
@@ -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;