diff options
author | Timm Bäder <mail@baedert.org> | 2015-12-03 18:10:54 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2015-12-03 20:01:30 +0100 |
commit | cfc23cbf32f30eda76ec56973c6f5344f456abab (patch) | |
tree | 5993526601ac2b3b327edbdc953f39a1d4551a5e /gtk/gtkentry.c | |
parent | 07ee962ed34ad87138b99f8c7e86f84452f17e14 (diff) | |
download | gtk+-cfc23cbf32f30eda76ec56973c6f5344f456abab.tar.gz |
GtkEntry: Remove unused fields
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index f2fe2ddf4b..bd4595feaf 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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 */ |