diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-08 09:55:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:57 +0800 |
commit | 2ee8cffd6e70715dfc91a7d7e044f48927b052e5 (patch) | |
tree | d807d162fe1102c365a15ad51091b732b0c7b18f /modules | |
parent | 709a0807d35d6cb55f0d262cb780929550009bad (diff) | |
download | gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar.gz gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar.bz2 gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar.lz gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar.xz gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.tar.zst gsoc2013-evolution-2ee8cffd6e70715dfc91a7d7e044f48927b052e5.zip |
Remove unused function
gcc warning fix
Diffstat (limited to 'modules')
-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 2dd1fdc3bb..571f35506a 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) |