diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-17 02:46:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-17 07:57:10 +0800 |
commit | baad2337a155c61a6fef6d998f029b00b587c12e (patch) | |
tree | 2ae539259d67e4013bb166971312d60c38e53d01 /calendar/gui/e-task-table.h | |
parent | a592d2f3eb30a38191e6e71bcbe8e0af7584778d (diff) | |
download | gsoc2013-evolution-baad2337a155c61a6fef6d998f029b00b587c12e.tar.gz gsoc2013-evolution-baad2337a155c61a6fef6d998f029b00b587c12e.tar.zst gsoc2013-evolution-baad2337a155c61a6fef6d998f029b00b587c12e.zip |
Remove client list param from e_task_table_process_completed_tasks().
ETaskTable can retrieve the client list from its internal ECalModel
using e_cal_model_get_client_list().
Diffstat (limited to 'calendar/gui/e-task-table.h')
-rw-r--r-- | calendar/gui/e-task-table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-task-table.h b/calendar/gui/e-task-table.h index 617679c76b..cfe08b29dd 100644 --- a/calendar/gui/e-task-table.h +++ b/calendar/gui/e-task-table.h @@ -104,7 +104,6 @@ void e_task_table_hide_completed_tasks gboolean config_changed); void e_task_table_process_completed_tasks (ETaskTable *table, - GList *clients_list, gboolean config_changed); G_END_DECLS |