filechooserentry: Remove unused enum
This commit is contained in:
committed by
Federico Mena Quintero
parent
7e65600118
commit
fae77435e5
@@ -48,12 +48,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;
|
||||
|
||||
Reference in New Issue
Block a user