--- rxvt-unicode/src/ptytty.C 2006/01/17 10:59:32 1.36 +++ rxvt-unicode/src/ptytty.C 2006/01/17 11:02:10 1.37 @@ -224,7 +224,6 @@ static int control_tty (int fd_tty) { -#ifndef __QNX__ int fd; /* ---------------------------------------- */ @@ -288,7 +287,6 @@ return -1; /* fatal */ close (fd); /* ---------------------------------------- */ -#endif /* ! __QNX__ */ return 0; }