summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 5258efe11..789868ec3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -107,11 +107,6 @@ nserror netsurf_init(int *pargc,
signal(SIGPIPE, SIG_IGN);
#endif
-#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__) || \
- defined(__OpenBSD__) || defined(_WIN32) || defined(__AMIGA__))
- stdout = stderr;
-#endif
-
if (((*pargc) > 1) &&
((*pargv)[1][0] == '-') &&
((*pargv)[1][1] == 'v') &&