diff src/redisplay.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 1856695b1fa9
line wrap: on
line diff
--- a/src/redisplay.c	Mon Aug 13 09:24:19 2007 +0200
+++ b/src/redisplay.c	Mon Aug 13 09:25:29 2007 +0200
@@ -8108,14 +8108,6 @@
       return;
     }
 #endif
-#ifdef HAVE_NEXTSTEP
-  if (!strcmp (display_use, "ns"))
-    {
-      Vwindow_system = Qns;
-      Vinitial_window_system = Qns;
-      return;
-    }        
-#endif
 
   /* If no window system has been specified, try to use the terminal.  */
   if (!isatty (0))