diff options
author | Tim Angus <tim@ngus.net> | 2009-10-30 20:46:35 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:16 +0000 |
commit | eccd3e0b530e2b66e564770432c8f455444e4e95 (patch) | |
tree | d1f4611670e696f9c49fa7396bf998a1c1becd99 /src/sys | |
parent | 8b14cc907dc8253174bf27a67ba1ee5b6b4e5fe5 (diff) |
* Merge ioq3-r1715
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys_win32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sys/sys_win32.c b/src/sys/sys_win32.c index bf4b8f75..18efe406 100644 --- a/src/sys/sys_win32.c +++ b/src/sys/sys_win32.c @@ -650,8 +650,5 @@ void Sys_PlatformInit( void ) } else SDL_VIDEODRIVER_externallySet = qfalse; - - // Don't redirect to stdout.txt and stderr.txt - _putenv( "SDL_STDIO_REDIRECT=0" ); #endif } |