[evolution] Remove unused function
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove unused function
- Date: Fri, 29 Oct 2010 18:33:19 +0000 (UTC)
commit 2ee8cffd6e70715dfc91a7d7e044f48927b052e5
Author: Benjamin Otte <otte redhat com>
Date: Fri Oct 8 03:55:20 2010 +0200
Remove unused function
gcc warning fix
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 2dd1fdc..571f355 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]