Remove overdraw

This commit is contained in:
TingPing
2013-09-27 01:09:57 -04:00
parent 449553ffb0
commit 958f4099f1
2 changed files with 0 additions and 8 deletions

View File

@@ -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 */
};