[gnome-commander] GnomeCmdConList: kill dead code



commit 7b0a82ce375f8f9c44079173827036218e6f86f4
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Sep 4 22:58:01 2011 +0200

    GnomeCmdConList: kill dead code

 src/gnome-cmd-con-list.cc |    8 --------
 src/gnome-cmd-con-list.h  |    1 -
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/gnome-cmd-con-list.cc b/src/gnome-cmd-con-list.cc
index 747debc..995c7ca 100644
--- a/src/gnome-cmd-con-list.cc
+++ b/src/gnome-cmd-con-list.cc
@@ -374,14 +374,6 @@ GList *gnome_cmd_con_list_get_all_ftp (GnomeCmdConList *con_list)
 }
 
 
-void gnome_cmd_con_list_set_all_ftp (GnomeCmdConList *con_list, GList *ftp_cons)
-{
-    g_return_if_fail (GNOME_CMD_IS_CON_LIST (con_list));
-
-    con_list->priv->ftp_cons = ftp_cons;
-}
-
-
 GList *gnome_cmd_con_list_get_all_dev (GnomeCmdConList *con_list)
 {
     g_return_val_if_fail (GNOME_CMD_IS_CON_LIST (con_list), NULL);
diff --git a/src/gnome-cmd-con-list.h b/src/gnome-cmd-con-list.h
index a1605a5..2964bcc 100644
--- a/src/gnome-cmd-con-list.h
+++ b/src/gnome-cmd-con-list.h
@@ -80,7 +80,6 @@ void gnome_cmd_con_list_remove_device (GnomeCmdConList *list, GnomeCmdConDevice
 
 GList *gnome_cmd_con_list_get_all (GnomeCmdConList *list);
 GList *gnome_cmd_con_list_get_all_ftp (GnomeCmdConList *list);
-void gnome_cmd_con_list_set_all_ftp (GnomeCmdConList *list, GList *ftp_cons);
 GList *gnome_cmd_con_list_get_all_quick_ftp (GnomeCmdConList *list);
 
 GList *gnome_cmd_con_list_get_all_dev (GnomeCmdConList *list);



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