diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:16:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:16:55 -0700 |
commit | 2528d709b51bb1f2e8c32db3242c5af815c9b66f (patch) | |
tree | c78e5761e63a3ffd2b09c6b6912dd0c6e54d94e0 /xinit.c | |
parent | adda4c05eceddca7ecb4470d9804a0fa2da8c12c (diff) |
Drop ancient SunWindows compatibility check
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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; } |