summaryrefslogtreecommitdiff
path: root/xinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'xinit.c')
-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;
}