summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-30 08:30:02 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-30 08:30:02 +0200
commit898e4a2717a7c160b46b4665b4d192a024859213 (patch)
treeb246a098263f2ae778b140943cfca5de557546c3 /include/widgets
parenteeee200d8f5778cd65cd1f7cef985df3526772c4 (diff)
Remove old color structure and name based parsing
Diffstat (limited to 'include/widgets')
-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;