Remove unused member
This commit is contained in:
parent
f2666513bf
commit
f0129819b5
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ class kolab_calendar
|
|||
public $ready = false;
|
||||
public $readonly = true;
|
||||
|
||||
private $rc;
|
||||
private $cal;
|
||||
private $storage;
|
||||
private $events;
|
||||
|
@ -50,7 +49,6 @@ class kolab_calendar
|
|||
public function __construct($imap_folder, $calendar)
|
||||
{
|
||||
$this->cal = $calendar;
|
||||
$this->rc = $calendar->rc;
|
||||
|
||||
if (strlen($imap_folder))
|
||||
$this->imap_folder = $imap_folder;
|
||||
|
|
Loading…
Add table
Reference in a new issue