emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c,v
Date: Fri, 14 Mar 2008 16:21:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/03/14 16:21:47

Index: w32fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32fns.c,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -b -r1.317 -r1.318
--- w32fns.c    14 Mar 2008 15:53:01 -0000      1.317
+++ w32fns.c    14 Mar 2008 16:21:46 -0000      1.318
@@ -335,12 +335,6 @@
 extern HMENU current_popup_menu;
 static int menubar_in_use = 0;
 
-/* From w32uniscribe.h  */
-#ifdef USE_FONT_BACKEND
-extern void syms_of_w32uniscribe ();
-extern int uniscribe_available;
-#endif
-
 
 /* Error if we are not connected to MS-Windows.  */
 void
@@ -4417,8 +4411,6 @@
     {
       /* Perhaps, we must allow frame parameter, say `font-backend',
         to specify which font backends to use.  */
-      if (uniscribe_available)
-        register_font_driver (&uniscribe_font_driver, f);
       register_font_driver (&w32font_driver, f);
 
       x_default_parameter (f, parameters, Qfont_backend, Qnil,
@@ -9388,9 +9380,6 @@
 
   /* MessageBox does not work without this when linked to comctl32.dll 6.0.  */
   InitCommonControls ();
-#ifdef USE_FONT_BACKEND
-  syms_of_w32uniscribe ();
-#endif
 }
 
 #undef abort




reply via email to

[Prev in Thread] Current Thread [Next in Thread]