diff options
author | TingPing <tingping@tingping.se> | 2013-09-27 01:09:57 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-27 17:40:53 -0400 |
commit | 958f4099f12841110282ab3e5e220c698a56ca19 (patch) | |
tree | ec09168bc88b3a60faefdaf9e5b07d2b722e3955 /src/fe-gtk/xtext.h | |
parent | 449553ffb0e42656221c3a322d10c14cf86abb6c (diff) |
Remove overdraw
Diffstat (limited to 'src/fe-gtk/xtext.h')
-rw-r--r-- | src/fe-gtk/xtext.h | 1 |
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 */ }; |