mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
entry: Remove unused struct
This commit is contained in:
parent
7e7c90961c
commit
3d6bdb9af3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user