--- rxvt-unicode/src/rxvtutil.h 2007/12/02 22:36:42 1.33 +++ rxvt-unicode/src/rxvtutil.h 2007/12/02 22:37:14 1.34 @@ -375,6 +375,7 @@ } }; +#if 0 template struct rxvt_vec : simplevec { typedef T *iterator; @@ -388,6 +389,7 @@ T &operator [] (int i) { return * (T *) (& ((* (simplevec *)this)[i])); } const T &operator [] (int i) const { return * (const T *) (& ((* (const simplevec *)this)[i])); } }; +#endif template struct auto_ptr {