summaryrefslogtreecommitdiffstats
path: root/include/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/textbox.h')
-rw-r--r--include/widgets/textbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 20ed7e0a..0944f709 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -26,7 +26,6 @@ typedef struct
widget widget;
unsigned long flags;
short cursor;
- Color color_fg, color_bg;
char *text;
PangoLayout *layout;
int tbft;