[evolution] Remove unused e_cal_list_view_save_state().



commit 8654242ffdee210b28c646719f0d9aa655b68117
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jul 1 14:39:38 2013 -0400

    Remove unused e_cal_list_view_save_state().

 calendar/gui/e-cal-list-view.c |   11 -----------
 calendar/gui/e-cal-list-view.h |    1 -
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index ad174da..801433e 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -150,17 +150,6 @@ get_current_time_cb (ECellDateEdit *ecde,
        return tmp_tm;
 }
 
-void
-e_cal_list_view_save_state (ECalListView *cal_list_view,
-                            gchar *filename)
-{
-       g_return_if_fail (cal_list_view != NULL);
-       g_return_if_fail (E_IS_CAL_LIST_VIEW (cal_list_view));
-       g_return_if_fail (filename != NULL);
-
-       e_table_save_state (cal_list_view->table, filename);
-}
-
 static void
 e_cal_list_view_table_editing_changed_cb (ETable *table,
                                          GParamSpec *param,
diff --git a/calendar/gui/e-cal-list-view.h b/calendar/gui/e-cal-list-view.h
index f376853..11a4ba3 100644
--- a/calendar/gui/e-cal-list-view.h
+++ b/calendar/gui/e-cal-list-view.h
@@ -85,7 +85,6 @@ struct _ECalListViewClass {
 
 GType             e_cal_list_view_get_type             (void);
 ECalendarView *e_cal_list_view_new                     (ECalModel *cal_model);
-void e_cal_list_view_save_state (ECalListView *cal_list_view, gchar *filename);
 
 gboolean   e_cal_list_view_get_range_shown      (ECalListView *cal_list_view, GDate *start_date,
                                                 gint *days_shown);


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