diff --git a/include/textbox.h b/include/textbox.h index fb03234e..fbf6e0a9 100644 --- a/include/textbox.h +++ b/include/textbox.h @@ -18,8 +18,6 @@ typedef struct short cursor; Color color_fg, color_bg; char *text; - XIM xim; - XIC xic; PangoLayout *layout; int tbft; int markup;