--- rxvt-unicode/src/main.C 2006/01/17 12:22:59 1.184 +++ rxvt-unicode/src/main.C 2006/01/17 15:17:39 1.185 @@ -717,24 +717,6 @@ #endif } -#ifdef UTMP_SUPPORT -void -rxvt_term::privileged_utmp (rxvt_privaction action) -{ - if (OPTION (Opt_utmpInhibit)) - return; - - rxvt_privileges (RESTORE); - - if (action == SAVE) - pty->login (cmd_pid, OPTION (Opt_loginShell), rs[Rs_display_name]); - else - pty->logout (); - - rxvt_privileges (IGNORE); -} -#endif - /*----------------------------------------------------------------------*/ /* * window size/position calculcations for XSizeHint and other storage.