Skip to content

Commit

Permalink
sq icalrecurimpl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
minichma committed Sep 30, 2024
1 parent 0cfb29b commit 4c2486c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
2 changes: 0 additions & 2 deletions src/libical/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ set(ical_LIB_SRCS
icalproperty.h
icalrecur.c
icalrecur.h
icalrecurimpl.h
icalrestriction.h
icaltime.c
icaltime.h
Expand Down Expand Up @@ -384,7 +383,6 @@ install(
icalperiod.h
icalproperty.h
icalrecur.h
icalrecurimpl.h
icalrestriction.h
${PROJECT_BINARY_DIR}/src/libical/icaltime.h
icaltz-util.h
Expand Down
4 changes: 1 addition & 3 deletions src/libical/icalrecur.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ LIBICAL_ICAL_EXPORT icalarray *icalrecurrencetype_rscale_supported_calendars(voi

LIBICAL_ICAL_EXPORT struct icalrecurrencetype *icalrecurrencetype_clone(struct icalrecurrencetype *r);


// XXX
/**
* @brief Reallocates the buffer backing the 'by' array to the new size if the size differs. Frees the buffer if the new size is 0.
* @return 0 on success, != 0 on failure.
Expand All @@ -241,7 +239,7 @@ LIBICAL_ICAL_EXPORT int icalrecur_set_first_by(icalrecurrence_by_data *by, short
LIBICAL_ICAL_EXPORT int icalrecur_ensure_size(icalrecurrence_by_data *by, short size);

/**
* @brief Frees the memory backing the 'by' array, if any.
* @brief Frees the memory backing the 'by' array, if any, and sets its size to 0.
*/
LIBICAL_ICAL_EXPORT void icalrecur_free_by(icalrecurrence_by_data *by);

Expand Down
21 changes: 0 additions & 21 deletions src/libical/icalrecurimpl.h

This file was deleted.

1 change: 0 additions & 1 deletion src/libical/icaltz-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "icalerror.h"
#include "icaltimezone.h"
#include "icalmemory.h"
#include "icalrecurimpl.h"

#include <stdlib.h>
#include <limits.h>
Expand Down
1 change: 0 additions & 1 deletion src/libicalvcal/icalvcal.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "icalvalue.h"
#include "icaltimezone.h"
#include "icalversion.h" /* for ICAL_PACKAGE */
#include "icalrecurimpl.h"

#include <stddef.h> /* for ptrdiff_t */

Expand Down

0 comments on commit 4c2486c

Please sign in to comment.