* w32bdf.c, w32bdf.h: Remove obsolete files.
[bpt/emacs.git] / src / w32font.h
index 60ac62d..30b6ed3 100644 (file)
@@ -53,11 +53,9 @@ struct w32font_info
   unsigned int glyph_idx;
   struct w32_metric_cache **cached_metrics;
   int n_cache_blocks;
-  W32FontStruct *compat_w32_font;
+  HFONT hfont;
 };
 
-#define FONT_COMPAT(f) (((struct w32font_info *) (f))->compat_w32_font)
-
 #define CACHE_BLOCKSIZE 128
 
 Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe));