From d61d668b64c44fc046095b807834c4836a8c05c5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 8 Apr 2015 08:57:21 +0200 Subject: Remove useless code --- program/lib/Roundcube/rcube_message.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/program/lib/Roundcube/rcube_message.php b/program/lib/Roundcube/rcube_message.php index 6c6248ebe..26248a5b1 100644 --- a/program/lib/Roundcube/rcube_message.php +++ b/program/lib/Roundcube/rcube_message.php @@ -750,8 +750,6 @@ class rcube_message $this->mime_parts[$mail_part->mime_id] = $mail_part; $this->attachments[] = $mail_part; } - - $tnef_parts = null; } // part is a file/attachment else if (preg_match('/^(inline|attach)/', $mail_part->disposition) || -- cgit v1.2.3