win32: get rid of some broken cruft leftover from the last console checkin

This commit is contained in:
zeromus 2011-05-09 05:46:33 +00:00
parent b26e760d2c
commit b1e92e6cb0
1 changed files with 0 additions and 6 deletions

View File

@ -73,12 +73,6 @@ void OpenConsole()
}
if (hConsole == INVALID_HANDLE_VALUE) return;
//redirect stdio
long lStdHandle = (long)hConsole;
int hConHandle = _open_osfhandle(lStdHandle, _O_TEXT);
if(hConHandle == -1)
return; //this fails from a visual studio command prompt
if(shouldRedirectStdout)
{