diff options
Diffstat (limited to 'src/sys/sys_win32.c')
-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 } |