diff options
| author | Kent Sutherland <git@ksuther.com> | 2016-12-18 13:19:15 -0600 |
|---|---|---|
| committer | Kent Sutherland <git@ksuther.com> | 2016-12-18 13:19:15 -0600 |
| commit | ac016d6a5c3d9a1c699d5520cde13476a27d6c8a (patch) | |
| tree | d3ffebd4e0cecc9c929ba5844ba7948403662cc9 /src/python | |
| parent | 60ddb516a50f88a289a01922fdd466aaf1725286 (diff) | |
| download | libical-git-ac016d6a5c3d9a1c699d5520cde13476a27d6c8a.tar.gz | |
Remove deprecated icaltime_start_doy_of_week
Use icaltime_start_doy_week instead.
The generated SWIG interface in Net-ICal-Libical hasn't been regenerated.
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/LibicalWrap.i | 1 | ||||
| -rw-r--r-- | src/python/LibicalWrap_icaltime.i | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/python/LibicalWrap.i b/src/python/LibicalWrap.i index a1b0221e..b70818d6 100644 --- a/src/python/LibicalWrap.i +++ b/src/python/LibicalWrap.i @@ -50,7 +50,6 @@ typedef int time_t; %ignore icaltimezone_get_utc_offset_of_utc_time (icaltimezone *zone, struct icaltimetype *tt, int *is_daylight); -%ignore icaltime_start_doy_of_week(const struct icaltimetype t); %ignore icalcomponent_get_span(icalcomponent* comp); #ifndef _DLOPEN_TEST diff --git a/src/python/LibicalWrap_icaltime.i b/src/python/LibicalWrap_icaltime.i index 653ce1c5..c1508089 100644 --- a/src/python/LibicalWrap_icaltime.i +++ b/src/python/LibicalWrap_icaltime.i @@ -40,10 +40,6 @@ int day_of_year() { return icaltime_day_of_year(*($self)); } int day_of_week() { return icaltime_day_of_week(*($self)); } - /** Return the day of the year for the Sunday of the week that the - given time is within. */ - /* int start_doy_of_week() { return icaltime_start_doy_of_week(*($self)); } */ - /** Return the day of the year for the first day of the week that the given time is within. */ int start_doy_week(int fdow) { |
