From 76739a715b403de332c069c814d5c12f13ee1195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Thu, 3 Oct 2024 09:37:10 +0300 Subject: [PATCH] itip_support.h: remove extern cua_domains and extern config_allowsched --- imap/http_caldav_sched.h | 1 - imap/itip_support.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/imap/http_caldav_sched.h b/imap/http_caldav_sched.h index d02e562ddc..b38c466138 100644 --- a/imap/http_caldav_sched.h +++ b/imap/http_caldav_sched.h @@ -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; diff --git a/imap/itip_support.h b/imap/itip_support.h index c5b93413cc..3cc359d406 100644 --- a/imap/itip_support.h +++ b/imap/itip_support.h @@ -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;