diff options
author | Allen Winter <allen.winter@kdab.com> | 2017-01-01 11:04:18 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2017-01-01 11:04:18 -0500 |
commit | e7b0e8515257754fed0bb4d99e84a58e129ac3ff (patch) | |
tree | a1d8f486dadd5272aaa03eb8581edc2627f9bfe0 /src/python/LibicalWrap.i | |
parent | ac6741b61c6c0a28dd620a68972573633d9fe3a1 (diff) | |
download | libical-git-e7b0e8515257754fed0bb4d99e84a58e129ac3ff.tar.gz |
cleanup remaining comments about functions we decided not to deprecate.
Diffstat (limited to 'src/python/LibicalWrap.i')
-rw-r--r-- | src/python/LibicalWrap.i | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/python/LibicalWrap.i b/src/python/LibicalWrap.i index aa819d2c..94943039 100644 --- a/src/python/LibicalWrap.i +++ b/src/python/LibicalWrap.i @@ -43,15 +43,6 @@ import Error typedef int time_t; -// Remove deprecated functions -%ignore icaltimezone_get_utc_offset(icaltimezone *zone, - struct icaltimetype *tt, - int *is_daylight); -%ignore icaltimezone_get_utc_offset_of_utc_time (icaltimezone *zone, - struct icaltimetype *tt, - int *is_daylight); -%ignore icalcomponent_get_span(icalcomponent* comp); - #ifndef _DLOPEN_TEST %ignore icalset_register_class(icalset *set); #endif |