--- rxvt-unicode/src/rxvtfont.h 2006/01/30 04:27:17 1.20 +++ rxvt-unicode/src/rxvtfont.h 2006/02/18 14:14:43 1.21 @@ -38,29 +38,6 @@ int weight, slant; }; -struct rxvt_drawable { - rxvt_screen *screen; -#if XFT - XftDraw *xftdrawable; - operator XftDraw *(); -#endif - Drawable drawable; - - rxvt_drawable (rxvt_screen *screen, Drawable drawable) - : screen(screen), -#if XFT - xftdrawable(0), -#endif - drawable(drawable) - { } - -#if XFT - ~rxvt_drawable (); -#endif - - operator Drawable() { return drawable; } -}; - struct rxvt_font { // managed by the fontset rxvt_term *term;