diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-16 18:32:25 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-12-16 20:09:14 +0100 |
commit | 351dd206bc024b1744d67f5849fd4e7c8f039dd1 (patch) | |
tree | 92b33e0badb5b1f30b23c642d6f1879e573c22ec /gtk | |
parent | 4fb6961c6aeb22908d376339ff17718a16a4d8a6 (diff) | |
download | gtk+-351dd206bc024b1744d67f5849fd4e7c8f039dd1.tar.gz |
filechooserentry: Remove unused enum
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfilechooserentry.c | 6 |
1 files changed, 0 insertions, 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; |