From 2528d709b51bb1f2e8c32db3242c5af815c9b66f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 3 Oct 2009 15:16:55 -0700 Subject: Drop ancient SunWindows compatibility check Signed-off-by: Alan Coopersmith --- xinit.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xinit.c b/xinit.c index ac376fc..d102307 100644 --- a/xinit.c +++ b/xinit.c @@ -277,15 +277,6 @@ main(int argc, char *argv[], char *envp[]) #endif for (ptr = default_client; *ptr; ) *cptr++ = *ptr++; -#ifdef sun - /* - * If running on a sun, and if WINDOW_PARENT isn't defined, - * that means SunWindows isn't running, so we should pass - * the -C flag to xterm so that it sets up a console. - */ - if ( getenv("WINDOW_PARENT") == NULL ) - *cptr++ = "-C"; -#endif /* sun */ } else { client_given = 1; } -- cgit v1.2.3