diff options
author | Federico Mena Quintero <federico@gnome.org> | 2012-12-10 17:16:36 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2012-12-10 17:16:36 -0600 |
commit | bd28aad834cf1f3086b76327d12920722111cbb3 (patch) | |
tree | c2c5d2afc290ec1dcb01bae0d4913e77e24914e0 /gtk/gtkfilechooserdefault.c | |
parent | c1c1823634b500e1266122eabbd16701a5a2786f (diff) | |
download | gtk+-bd28aad834cf1f3086b76327d12920722111cbb3.tar.gz |
Remove unused code
Diffstat (limited to 'gtk/gtkfilechooserdefault.c')
-rw-r--r-- | gtk/gtkfilechooserdefault.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index adbbcb36ad..e677f84059 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -222,22 +222,6 @@ enum { GTK_TREE_MODEL_ROW, }; -/* #if REMOVE_FOR_PLACES_SIDEBAR - this is used in operation_mode_set(), so don't remove it yet */ -/* Interesting places in the shortcuts bar */ -typedef enum { - SHORTCUTS_SEARCH, - SHORTCUTS_RECENT, - SHORTCUTS_RECENT_SEPARATOR, - SHORTCUTS_HOME, - SHORTCUTS_DESKTOP, - SHORTCUTS_VOLUMES, - SHORTCUTS_SHORTCUTS, - SHORTCUTS_BOOKMARKS_SEPARATOR, - SHORTCUTS_BOOKMARKS, - SHORTCUTS_CURRENT_FOLDER_SEPARATOR, - SHORTCUTS_CURRENT_FOLDER -} ShortcutsIndex; - /* Icon size for if we can't get it from the theme */ #define FALLBACK_ICON_SIZE 16 |