filechooserentry: Remove unused enum

This commit is contained in:
Benjamin Otte 2011-12-16 18:32:25 +01:00
parent 4fb6961c6a
commit 351dd206bc

View File

@ -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;