aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-02 02:39:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:12 +0800
commit8654242ffdee210b28c646719f0d9aa655b68117 (patch)
tree02b48edb3fa113d6e1b023703623fef1474156f4 /calendar/gui/e-cal-list-view.c
parent8a75cbfea2f31e19fc074a1050deeafe7c8b2506 (diff)
downloadgsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar.gz
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar.bz2
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar.lz
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar.xz
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.tar.zst
gsoc2013-evolution-8654242ffdee210b28c646719f0d9aa655b68117.zip
Remove unused e_cal_list_view_save_state().
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index ad174daaf0..801433e739 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,