[gnome-commander] Removed unused code



commit 1e7df38dccc81e9a5b66313f375162cbe115bd61
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Nov 7 19:23:18 2009 +0100

    Removed unused code

 src/gnome-cmd-data.cc |    6 ------
 src/gnome-cmd-data.h  |    3 ---
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index d46d90e..9cbbcba 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1909,12 +1909,6 @@ gint gnome_cmd_data_get_bookmark_dialog_col_width (guint column)
 }
 
 
-GnomeCmdBookmarkGroup *gnome_cmd_data_get_local_bookmarks ()
-{
-    return gnome_cmd_con_get_bookmarks (gnome_cmd_con_list_get_home (gnome_cmd_data.priv->con_list));
-}
-
-
 void gnome_cmd_data_set_start_dir (gboolean fs, const gchar *start_dir)
 {
     if (gnome_cmd_data.priv->start_dirs[fs])
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index 4165579..3569d55 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -305,9 +305,6 @@ void gnome_cmd_data_set_document_icon_dir (const gchar *dir);
 gint gnome_cmd_data_get_bookmark_dialog_col_width (guint column);
 void gnome_cmd_data_set_bookmark_dialog_col_width (guint column, gint width);
 
-GnomeCmdBookmarkGroup *gnome_cmd_data_get_local_bookmarks ();
-GList *gnome_cmd_data_get_bookmark_groups ();
-
 const gchar *gnome_cmd_data_get_start_dir (gboolean fs);
 void gnome_cmd_data_set_start_dir (gboolean fs, const gchar *start_dir);
 



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