Skip to content

Commit

Permalink
Merge pull request #5063 from dilyanpalauzov/itip_support_h_no_cua_do…
Browse files Browse the repository at this point in the history
…mains

itip_support.h: remove extern cua_domains and extern config_allowsched
  • Loading branch information
ksmurchison authored Oct 4, 2024
2 parents 319e7d5 + 76739a7 commit 2512c35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion imap/http_caldav_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ enum {
CHECK_USER_AVAIL = (1<<1)
};

extern unsigned config_allowsched;
extern const char *ical_prodid;
extern icaltimezone *utc_zone;
extern icalarray *rscale_calendars;
Expand Down
3 changes: 0 additions & 3 deletions imap/itip_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ enum sched_deliver_outcome {
SCHED_DELIVER_DELETED = 3
};

extern unsigned config_allowsched;
extern struct strlist *cua_domains;

struct proplist {
icalproperty *prop;
struct proplist *next;
Expand Down

0 comments on commit 2512c35

Please sign in to comment.