[gnome-applets] trash: Remove unused function



commit 47d62f766eed572c19935829535e738c5cc3d8ea
Author: Benjamin Otte <otte redhat com>
Date:   Fri Aug 20 12:30:14 2010 +0200

    trash: Remove unused function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627490

 trashapplet/src/trash-empty.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/trashapplet/src/trash-empty.c b/trashapplet/src/trash-empty.c
index 858fe77..a274c5d 100644
--- a/trashapplet/src/trash-empty.c
+++ b/trashapplet/src/trash-empty.c
@@ -47,14 +47,6 @@ static gsize       volatile trash_empty_total_files;
 static gboolean    volatile trash_empty_update_pending;
 
 static gboolean
-trash_empty_clear_pending (gpointer user_data)
-{
-  trash_empty_update_pending = FALSE;
-
-  return FALSE;
-}
-
-static gboolean
 trash_empty_update_dialog (gpointer user_data)
 {
   gsize deleted, total;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]