diff options
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r-- | gtk/gtktextlayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h index ba5318cf21..1b7b82684f 100644 --- a/gtk/gtktextlayout.h +++ b/gtk/gtktextlayout.h @@ -248,8 +248,6 @@ struct _GtkTextLineDisplay gint insert_index; /* Byte index of insert cursor within para or -1 */ GtkTextLine *line; - - GdkColor *pg_bg_color; GdkRectangle block_cursor; guint cursors_invalid : 1; |