GtkEntry: Remove unused fields

This commit is contained in:
Timm Bäder
2015-12-03 18:10:54 +01:00
parent 07ee962ed3
commit cfc23cbf32

View File

@@ -229,9 +229,6 @@ struct _GtkEntryPrivate
guint blink_timeout;
guint recompute_idle;
guint16 x_text_size; /* allocated size, in bytes */
guint16 x_n_bytes; /* length in use, in bytes */
guint16 preedit_length; /* length of preedit string, in bytes */
guint16 preedit_cursor; /* offset of cursor within preedit string, in chars */