[gtk+] GtkEntry: Remove unused fields



commit cfc23cbf32f30eda76ec56973c6f5344f456abab
Author: Timm Bäder <mail baedert org>
Date:   Thu Dec 3 18:10:54 2015 +0100

    GtkEntry: Remove unused fields

 gtk/gtkentry.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index f2fe2dd..bd4595f 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 */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]