--- rxvt-unicode/src/ptytty.h 2006/01/17 12:29:40 1.11 +++ rxvt-unicode/src/ptytty.h 2006/01/17 16:50:42 1.13 @@ -51,12 +51,7 @@ #endif -struct rxvt_ptytty_base : rxvt_ptytty -{ - virtual void put () = 0; -}; - -struct rxvt_ptytty_unix : rxvt_ptytty_base +struct rxvt_ptytty_unix : rxvt_ptytty { char *name; @@ -72,6 +67,9 @@ rxvt_ptytty_unix (); ~rxvt_ptytty_unix (); + bool get (); + void put (); + #if UTMP_SUPPORT int utmp_pos; int cmd_pid; @@ -87,9 +85,6 @@ char ut_id[5]; #endif - bool get (); - void put (); - void login (int cmd_pid, bool login_shell, const char *hostname); void logout (); #endif