Some nttty.c clean-up.

This commit is contained in:
Bart House
2018-05-12 15:58:44 -07:00
parent 3467b9f087
commit 1d31a49661
7 changed files with 412 additions and 462 deletions

View File

@@ -3398,10 +3398,6 @@ int dir;
{
if (dir != WININIT)
return;
#if defined(WIN32CON)
if (!strncmpi(windowprocs.name, "tty", 3))
nttty_open(0);
#endif
return;
}