entry: Remove unused struct

This commit is contained in:
Timm Bäder 2019-01-01 12:21:41 +01:00
parent 7e7c90961c
commit 3d6bdb9af3

View File

@ -183,7 +183,6 @@ static GQuark quark_entry_completion = 0;
typedef struct _EntryIconInfo EntryIconInfo;
typedef struct _GtkEntryPasswordHint GtkEntryPasswordHint;
typedef struct _GtkEntryCapslockFeedback GtkEntryCapslockFeedback;
struct _GtkEntryPrivate
{
@ -295,13 +294,6 @@ struct _GtkEntryPasswordHint
guint source_id; /* Timeout source id */
};
struct _GtkEntryCapslockFeedback
{
GtkWidget *entry;
GtkWidget *window;
GtkWidget *label;
};
enum {
ACTIVATE,
POPULATE_POPUP,