Mercurial > hg > xemacs-beta
diff src/objects-tty.c @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | b5df3737028a d4f666cda5e6 |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/objects-tty.c Wed Feb 24 01:58:04 2010 -0600 +++ b/src/objects-tty.c Wed Feb 24 19:04:27 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 */