From b336bece918f8ba0061043761eee49b6c9700228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Mon, 12 Dec 2022 15:36:30 +0100 Subject: [PATCH] Remove unused itipMessage property --- lib/CalDAV/Schedule/IMipPlugin.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/CalDAV/Schedule/IMipPlugin.php b/lib/CalDAV/Schedule/IMipPlugin.php index e050ac273d..dcaf951efd 100644 --- a/lib/CalDAV/Schedule/IMipPlugin.php +++ b/lib/CalDAV/Schedule/IMipPlugin.php @@ -30,13 +30,6 @@ class IMipPlugin extends DAV\ServerPlugin */ protected $senderEmail; - /** - * ITipMessage. - * - * @var ITip\Message - */ - protected $itipMessage; - /** * Creates the email handler. *