summary refs log tree commit diff stats
path: root/src/fe-gtk/xtext.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-27 01:09:57 -0400
committerTingPing <tingping@tingping.se>2013-09-27 17:40:53 -0400
commit958f4099f12841110282ab3e5e220c698a56ca19 (patch)
treeec09168bc88b3a60faefdaf9e5b07d2b722e3955 /src/fe-gtk/xtext.h
parent449553ffb0e42656221c3a322d10c14cf86abb6c (diff)
Remove overdraw
Diffstat (limited to 'src/fe-gtk/xtext.h')
-rw-r--r--src/fe-gtk/xtext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/xtext.h b/src/fe-gtk/xtext.h
index bd50bb53..6956092f 100644
--- a/src/fe-gtk/xtext.h
+++ b/src/fe-gtk/xtext.h
@@ -237,7 +237,6 @@ struct _GtkXText
 	unsigned int marker:1;
 	unsigned int separator:1;
 	unsigned int wordwrap:1;
-	unsigned int overdraw:1;
 	unsigned int ignore_hidden:1;	/* rawlog uses this */
 };