summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-05-23 12:00:20 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2015-05-23 12:14:32 -0700
commit5647bf2274e4fbaa9b39e7491592f7c78bb85405 (patch)
treee192b75cae966fb352f53ada523e6946a8cd9680
parent30f5c8ef3585d1e37b1c44ed5e62954045c5d219 (diff)
downloadnautilus-5647bf2274e4fbaa9b39e7491592f7c78bb85405.tar.gz
view: remove unused function
-rw-r--r--src/nautilus-view.c10
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) {