removal of commented-out cruft

This commit is contained in:
Denis Vlasenko
2006-12-22 00:45:27 +00:00
parent 714701c890
commit afc9ff99fd
5 changed files with 3 additions and 21 deletions

View File

@ -77,7 +77,6 @@ static int n_history;
static int cur_history;
#endif
//#include <termios.h>
#define setTermSettings(fd,argp) tcsetattr(fd, TCSANOW, argp)
#define getTermSettings(fd,argp) tcgetattr(fd, argp);