[nautilus] view: remove unused function
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [nautilus] view: remove unused function
- Date: Sat, 23 May 2015 19:37:10 +0000 (UTC)
commit 5647bf2274e4fbaa9b39e7491592f7c78bb85405
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat May 23 12:00:20 2015 -0700
    view: remove unused function
 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 5fa94bf..e9a7fee 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) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]