changeset 69595:f57904524ef9

(x_term_init): Remove unnecessary GCPRO.
author Kenichi Handa <handa@m17n.org>
date Mon, 20 Mar 2006 06:23:55 +0000
parents ae6acd1629af
children f646e7ad8c27
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Mar 20 06:22:55 2006 +0000
+++ b/src/xterm.c	Mon Mar 20 06:23:55 2006 +0000
@@ -10204,11 +10204,9 @@
 
         /* Load our own gtkrc if it exists.  */
         {
-          struct gcpro gcpro1, gcpro2;
           char *file = "~/.emacs.d/gtkrc";
           Lisp_Object s, abs_file;
 
-          GCPRO2 (s, abs_file);
           s = make_string (file, strlen (file));
           abs_file = Fexpand_file_name (s, Qnil);