diff src/console.c @ 5052:92dc90c0bb40

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 23:56:01 -0600
parents 6f2158fa75ed d4f666cda5e6
children 2a462149bd6a
line wrap: on
line diff
--- a/src/console.c	Sat Feb 20 18:57:55 2010 -0600
+++ b/src/console.c	Sat Feb 20 23:56:01 2010 -0600
@@ -43,12 +43,6 @@
 #include "console-tty-impl.h"
 #endif
 
-#ifdef HAVE_TTY
-#define USED_IF_TTY(decl) decl
-#else
-#define USED_IF_TTY(decl) UNUSED (decl)
-#endif
-
 Lisp_Object Vconsole_list, Vselected_console;
 
 Lisp_Object Vcreate_console_hook, Vdelete_console_hook;