diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-26 11:48:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:56 +0800 |
commit | d2e0897fcffad81ad5e1518d9dcb969066b68412 (patch) | |
tree | c913ce92039d68569444dadb72d1b3bba50dce6d /calendar/gui/dialogs/task-page.h | |
parent | 5bbc4cfb078d1d8d547e9b081194695a89473d9b (diff) | |
download | gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.gz gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.zst gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.zip |
CompEditor cleanups.
Random cleanups from the account-mgmt branch, to reduce diff noise.
Diffstat (limited to 'calendar/gui/dialogs/task-page.h')
-rw-r--r-- | calendar/gui/dialogs/task-page.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h index 0be9b8538b..007dcdeec4 100644 --- a/calendar/gui/dialogs/task-page.h +++ b/calendar/gui/dialogs/task-page.h @@ -96,8 +96,6 @@ void task_page_set_show_categories (TaskPage *page, void task_page_set_info_string (TaskPage *tpage, const gchar *icon, const gchar *msg); -void task_page_add_attendee (TaskPage *tpage, - EMeetingAttendee *attendee); G_END_DECLS |