diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-05-23 12:00:20 -0700 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2015-05-23 12:14:32 -0700 |
commit | 5647bf2274e4fbaa9b39e7491592f7c78bb85405 (patch) | |
tree | e192b75cae966fb352f53ada523e6946a8cd9680 /src/nautilus-view.c | |
parent | 30f5c8ef3585d1e37b1c44ed5e62954045c5d219 (diff) | |
download | nautilus-5647bf2274e4fbaa9b39e7491592f7c78bb85405.tar.gz |
view: remove unused function
Diffstat (limited to 'src/nautilus-view.c')
-rw-r--r-- | src/nautilus-view.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c index 5fa94bf76..e9a7feed9 100644 --- a/src/nautilus-view.c +++ b/src/nautilus-view.c @@ -782,16 +782,6 @@ nautilus_view_confirm_multiple (GtkWindow *parent_window, } static gboolean -selection_contains_one_item_in_menu_callback (NautilusView *view, GList *selection) -{ - if (g_list_length (selection) == 1) { - return TRUE; - } - - return FALSE; -} - -static gboolean selection_not_empty_in_menu_callback (NautilusView *view, GList *selection) { if (selection != NULL) { |