Skip to content

Commit 9d05bfe

Browse files
committed
Remove unused variable initialisation
1 parent 41c0960 commit 9d05bfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

program/lib/Roundcube/rcube_message.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ class rcube_message
7575
/** @var array<rcube_message_part> */
7676
public $mime_parts = [];
7777

78-
/** @var array<rcube_message_part> */
79-
public $inline_parts = [];
80-
8178
/** @var array<rcube_message_part> */
8279
public $attachments = [];
8380

0 commit comments

Comments
 (0)