[gtk+/gtk-2-24] filechooserentry: Remove unused enum



commit fae77435e50c51a54013ee9f214246988b391b51
Author: Benjamin Otte <otte redhat com>
Date:   Fri Dec 16 18:32:25 2011 +0100

    filechooserentry: Remove unused enum

 gtk/gtkfilechooserentry.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index f8d1768..fa8643c 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]