diff src/event-stream.c @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 9f59509498e1
children 6608ceec7cf8
line wrap: on
line diff
--- a/src/event-stream.c	Mon Aug 13 09:24:19 2007 +0200
+++ b/src/event-stream.c	Mon Aug 13 09:25:29 2007 +0200
@@ -4187,9 +4187,6 @@
 #if defined (DEBUG_TTY_EVENT_STREAM) || !defined (HAVE_X_WINDOWS)
   vars_of_event_tty ();
 #endif
-#ifdef HAVE_NEXTSTEP
-  vars_of_event_ns ();
-#endif
 
 
   recent_keys_ring_index = 0;
@@ -4518,11 +4515,6 @@
 	init_event_Xt_late ();
       else
 #endif
-#ifdef HAVE_NEXTSTEP
-	if (!strcmp (display_use, "ns"))
-	  init_event_ns_late ();
-	else
-#endif
 	  {
 	    /* For TTY's, use the Xt event loop if we can; it allows
 	       us to later open an X connection. */