From 922aa5f946e7242c70be5932017fa5478bd06909 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 20 Nov 2015 08:21:34 +0100 Subject: [PATCH] Remove old XIM/XIC from textbox structure. --- include/textbox.h | 2 -- 1 file changed, 2 deletions(-) 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;