summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-03 15:16:55 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-03 15:16:55 -0700
commit2528d709b51bb1f2e8c32db3242c5af815c9b66f (patch)
treec78e5761e63a3ffd2b09c6b6912dd0c6e54d94e0
parentadda4c05eceddca7ecb4470d9804a0fa2da8c12c (diff)
Drop ancient SunWindows compatibility check
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--xinit.c9
1 files changed, 0 insertions, 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;
}