mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
filechooserentry: Remove unused enum
This commit is contained in:
parent
4fb6961c6a
commit
351dd206bc
@ -45,12 +45,6 @@ struct _GtkFileChooserEntryClass
|
||||
GtkEntryClass parent_class;
|
||||
};
|
||||
|
||||
/* Action to take when the current folder finishes loading (for explicit or automatic completion) */
|
||||
typedef enum {
|
||||
LOAD_COMPLETE_NOTHING,
|
||||
LOAD_COMPLETE_EXPLICIT_COMPLETION
|
||||
} LoadCompleteAction;
|
||||
|
||||
struct _GtkFileChooserEntry
|
||||
{
|
||||
GtkEntry parent_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user