emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xrdb.c,v
Date: Wed, 14 May 2008 01:43:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/14 01:43:25

Index: xrdb.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xrdb.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- xrdb.c      1 Feb 2008 16:00:55 -0000       1.62
+++ xrdb.c      14 May 2008 01:43:24 -0000      1.63
@@ -610,29 +610,6 @@
 
 #endif /* not USE_MOTIF */
 
-#ifdef HAVE_X_I18N
-  {
-#ifdef USE_MOTIF
-    Bool motif = True;
-#else  /* not USE_MOTIF */
-    Bool motif = False;
-#endif  /* not USE_MOTIF */
-    /* Setup the default fontSet resource.  */
-    extern char *xic_create_fontsetname P_ ((char *base_fontname, Bool motif));
-    char *fontsetname = xic_create_fontsetname (helv, motif);
-    int len = strlen (fontsetname);
-    char *buf = line;
-
-    /* fontsetname may be very long.  */
-    if (len + 16 > 256)
-      buf = alloca (len + 16);
-    sprintf (buf, "Emacs*fontSet: %s", fontsetname);
-    XrmPutLineResource (&rdb, buf);
-    if (fontsetname != helv)
-      xfree (fontsetname);
-  }
-#endif /* HAVE_X_I18N */
-
   user_database = get_user_db (display);
 
   /* Figure out what the "customization string" is, so we can use it




reply via email to

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