[evolution/rendering-cleanup: 1/97] Remove unused function
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/rendering-cleanup: 1/97] Remove unused function
- Date: Thu, 21 Oct 2010 09:44:06 +0000 (UTC)
commit 9565913e15c05b71f508fd12d9c6f20f0b5a72ce
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 c5a9f22..cb570c4 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]