--- rxvt-unicode/src/rxvtutil.h 2006/01/11 00:59:58 1.16 +++ rxvt-unicode/src/rxvtutil.h 2006/01/12 00:35:39 1.17 @@ -397,25 +397,5 @@ } }; -// temporarily replace the process environment -extern char **environ; - -struct temp_environ -{ - char **prev; - - temp_environ (const stringvec *envv) - : prev (environ) - { - if (envv) - environ = (char **)envv->begin (); - } - - ~temp_environ () - { - environ = prev; - } -}; - #endif