entry: Remove unused/duplicate widget in IconInfo

This commit is contained in:
Daniel Boles
2017-07-30 13:25:23 +01:00
parent 2cbcee8549
commit 0eb7e71a89

View File

@@ -267,7 +267,6 @@ struct _GtkEntryPrivate
struct _EntryIconInfo
{
GtkWidget *widget;
GtkWidget *image;
gchar *tooltip;
guint nonactivatable : 1;
guint in_drag : 1;