diff src/objects-tty.c @ 5052:92dc90c0bb40

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 23:56:01 -0600
parents d4f666cda5e6
children 2a462149bd6a
line wrap: on
line diff
--- a/src/objects-tty.c	Sat Feb 20 18:57:55 2010 -0600
+++ b/src/objects-tty.c	Sat Feb 20 23:56:01 2010 -0600
@@ -30,12 +30,6 @@
 #include "device.h"
 #include "charset.h"
 
-#ifdef NEW_GC
-# define UNUSED_IF_NEW_GC(decl) UNUSED (decl)
-#else
-# define UNUSED_IF_NEW_GC(decl) decl
-#endif
-
 /* An alist mapping from color names to a cons of (FG-STRING, BG-STRING). */
 Lisp_Object Vtty_color_alist;
 #if 0 /* This stuff doesn't quite work yet */