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:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:12 +0800
commit8a75cbfea2f31e19fc074a1050deeafe7c8b2506 (patch)
treec61a34eaa6766af0a55d2e02b85d8b4299772716 /calendar/gui/e-cal-list-view.c
parentb5f6b03fdfe570085de542d81ddba7338723f9ac (diff)
downloadgsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar.gz
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar.bz2
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar.lz
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar.xz
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.tar.zst
gsoc2013-evolution-8a75cbfea2f31e19fc074a1050deeafe7c8b2506.zip
Remove unused e_cal_list_view_load_state().
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index 1a0f2ee9f3..ad174daaf0 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -151,20 +151,6 @@ get_current_time_cb (ECellDateEdit *ecde,
}
void
-e_cal_list_view_load_state (ECalListView *cal_list_view,
- gchar *filename)
-{
- struct stat st;
-
- 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);
-
- if (g_stat (filename, &st) == 0 && st.st_size > 0 && S_ISREG (st.st_mode))
- e_table_load_state (cal_list_view->table, filename);
-}
-
-void
e_cal_list_view_save_state (ECalListView *cal_list_view,
gchar *filename)
{