--- rxvt-unicode/src/rxvtlib.h.in 2006/01/17 10:14:26 1.69 +++ rxvt-unicode/src/rxvtlib.h.in 2006/01/25 21:03:04 1.72 @@ -30,8 +30,6 @@ // stdlib.h might provide it #endif -#include "ptytty.h" - extern "C" { #include /* Xlib, Xutil, Xresource, Xfuncproto */ } @@ -54,7 +52,6 @@ struct rxvt_color; struct rxvt_vars; /* defined later on */ struct rxvt_term; -struct rxvt_display; struct rxvt_im; struct rxvt_drawable; @@ -236,7 +233,6 @@ scrollBar_t scrollBar; uint32_t options; XSizeHints szHint; - rxvt_display *display; rxvt_color *pix_colors; rxvt_color *pix_colors_focused; #ifdef OFF_FOCUS_FADING @@ -256,7 +252,6 @@ }; void rxvt_init (); -bool rxvt_tainted (); #endif /* _RXVTLIB_H_ */