]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_initialize): Don't call w32font_initialize.
authorJason Rumney <jasonr@gnu.org>
Sat, 2 Jun 2007 23:41:07 +0000 (23:41 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 2 Jun 2007 23:41:07 +0000 (23:41 +0000)
src/w32term.c

index f3fed6b8e633e6db8fe987884363c70589c91a91..7c8f7d6f953c78ed14b9aecdebd8903ea5f5f797 100644 (file)
@@ -62,7 +62,6 @@ Boston, MA 02110-1301, USA.  */
 
 #ifdef USE_FONT_BACKEND
 #include "font.h"
-void w32font_initialize P_ ((void));
 #endif /* USE_FONT_BACKEND */
 
 #define abs(x) ((x) < 0 ? -(x) : (x))
@@ -7000,11 +6999,6 @@ w32_initialize ()
       && SystemParametersInfo (SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing_type, 0)
       && smoothing_type == FE_FONTSMOOTHINGCLEARTYPE;
   }
-
-#ifdef USE_FONT_BACKEND
-  w32font_initialize ();
-
-#endif
 }
 
 void