Remove an unused field

Nothing uses bubble_window, so it can go.
This commit is contained in:
Matthias Clasen 2017-08-11 19:52:29 -04:00
parent 535e604b91
commit 342fdee0a1

View File

@ -191,7 +191,6 @@ struct _GtkEntryPrivate
gchar *placeholder_text;
GtkWidget *bubble_window;
GtkTextHandle *text_handle;
GtkWidget *selection_bubble;
guint selection_bubble_timeout_id;