[gnome-commander/gcmd-1-2-8] GnomeCmdConList: kill dead code
- From: Piotr Eljasiak <epiotr src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-commander/gcmd-1-2-8] GnomeCmdConList: kill dead code
 
- Date: Sun,  2 Oct 2011 21:54:21 +0000 (UTC)
 
commit eed8ada396f6687c9a307ebe2fd89da79783b95b
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 40dca00..c9358cb 100644
--- a/src/gnome-cmd-con-list.cc
+++ b/src/gnome-cmd-con-list.cc
@@ -379,14 +379,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 b94679f..db8a054 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]