--- rxvt-unicode/src/init.h 2007/11/15 11:36:15 1.15 +++ rxvt-unicode/src/init.h 2007/12/21 16:21:07 1.16 @@ -4,15 +4,6 @@ #undef CERASE /* TODO */ #define CERASE '\010' /* ^H */ -/* ways to deal with getting/setting termios structure */ - -/* termios interface */ -#define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) -#define SET_TERMIOS(fd,tios) \ - cfsetospeed (tios, BAUDRATE), \ - cfsetispeed (tios, BAUDRATE), \ - tcsetattr (fd, TCSANOW, tios) - /* use the fastest baud-rate */ #ifdef B38400 # define BAUDRATE B38400