aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-06 21:46:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-06 21:47:03 +0800
commit1419bbb302e7b6cc6d7869ba3e6ababba5175efe (patch)
tree3d65a1937a502f8fdb1d0e53e79a7b9b17f46d6e /calendar/gui/comp-util.h
parent06eeeb23d73b7ac65ff87b74fecc3c331dc44b65 (diff)
downloadgsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar.gz
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar.bz2
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar.lz
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar.xz
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.tar.zst
gsoc2013-evolution-1419bbb302e7b6cc6d7869ba3e6ababba5175efe.zip
cal_comp_event_new_with_current_time: Remove 'zone' parameter.
Get the icaltimezone from the passed in ECalClient.
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r--calendar/gui/comp-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h
index 1c91a69d64..dcf5844c79 100644
--- a/calendar/gui/comp-util.h
+++ b/calendar/gui/comp-util.h
@@ -57,7 +57,6 @@ ECalComponent * cal_comp_event_new_with_defaults
ECalComponent * cal_comp_event_new_with_current_time
(ECalClient *client,
gboolean all_day,
- icaltimezone *zone,
gboolean use_default_reminder,
gint default_reminder_interval,
EDurationType default_reminder_units);