From 351dd206bc024b1744d67f5849fd4e7c8f039dd1 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 16 Dec 2011 18:32:25 +0100 Subject: [PATCH] filechooserentry: Remove unused enum --- gtk/gtkfilechooserentry.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 3971518480..3010c94218 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -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;