diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-08 09:55:20 +0800 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-10-08 09:55:20 +0800 |
commit | 9565913e15c05b71f508fd12d9c6f20f0b5a72ce (patch) | |
tree | a9e492782a3fcf91158e1a2fa6d181373e366096 | |
parent | 8cd5fd9653ec82b5a9ffb7dcc42a42e86ce5d20e (diff) | |
download | gsoc2013-evolution-rendering-cleanup-start.tar.gz gsoc2013-evolution-rendering-cleanup-start.tar.zst gsoc2013-evolution-rendering-cleanup-start.zip |
Remove unused functionrendering-cleanup-start
gcc warning fix
-rw-r--r-- | modules/calendar/e-cal-shell-view-private.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c index c5a9f22f03..cb570c419a 100644 --- a/modules/calendar/e-cal-shell-view-private.c +++ b/modules/calendar/e-cal-shell-view-private.c @@ -46,22 +46,6 @@ static const gchar * files_to_check[CHECK_NB] = { ETC_LOCALTIME }; -static void -cal_shell_view_process_completed_tasks (ECalShellView *cal_shell_view, - gboolean config_changed) -{ -#if 0 - ECalShellContent *cal_shell_content; - ECalendarTable *task_table; - - cal_shell_content = cal_shell_view->priv->cal_shell_content; - task_table = e_cal_shell_content_get_task_table (cal_shell_content); - - e_calendar_table_process_completed_tasks ( - task_table, clients, config_changed); -#endif -} - static struct tm cal_shell_view_get_current_time (ECalendarItem *calitem, ECalShellView *cal_shell_view) |