]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32font_open_internal): Don't set codepage.
authorJason Rumney <jasonr@gnu.org>
Thu, 1 May 2008 22:04:04 +0000 (22:04 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 1 May 2008 22:04:04 +0000 (22:04 +0000)
src/w32font.c

index ccd2df2bd6f19c0fcb76b12f661a0857075f033c..2ba254fb0967d0a9666409c5bda4cf81085b62a3 100644 (file)
@@ -826,7 +826,6 @@ w32font_open_internal (f, font_entity, pixel_size, w32_font)
     else
       font->props[FONT_FULLNAME_INDEX] = font->props[FONT_NAME_INDEX];
   }
-  font->codepage = 0;
   font->max_width = w32_font->metrics.tmMaxCharWidth;
   font->height = w32_font->metrics.tmHeight
     + w32_font->metrics.tmExternalLeading;