--- rxvt-unicode/src/rxvttoolkit.h 2007/11/14 22:25:42 1.35 +++ rxvt-unicode/src/rxvttoolkit.h 2007/12/04 14:50:44 1.36 @@ -258,11 +258,6 @@ #ifdef USE_XIM struct im_watcher : rxvt_watcher, callback { - template - im_watcher (O object, M method) - : callback (object, method) - { } - void start (rxvt_display *display) { display->reg (this); @@ -278,11 +273,6 @@ struct xevent_watcher : rxvt_watcher, callback { Window window; - template - xevent_watcher (O object, M method) - : callback (object, method) - { } - void start (rxvt_display *display, Window window) { this->window = window;