changeset 69723:85d83188a900

(x_term_init): Delete superfluous UNGCPRO.
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Mar 2006 00:46:23 +0000
parents 632018b817e3
children 3c3603207d79
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Mar 29 13:47:44 2006 +0000
+++ b/src/xterm.c	Thu Mar 30 00:46:23 2006 +0000
@@ -10213,8 +10213,6 @@
 
           if (! NILP (abs_file) && !NILP (Ffile_readable_p (abs_file)))
             gtk_rc_parse (SDATA (abs_file));
-
-          UNGCPRO;
         }
 
         XSetErrorHandler (x_error_handler);