summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-04-08 08:57:21 +0200
committerAleksander Machniak <alec@alec.pl>2015-04-08 08:57:21 +0200
commitd61d668b64c44fc046095b807834c4836a8c05c5 (patch)
tree1611acac07788e0fc7870d33d47962bed10a35c5
parent292292df32a5d3f8db2cfc266fb4a8f7dbf52468 (diff)
Remove useless code
-rw-r--r--program/lib/Roundcube/rcube_message.php2
1 files changed, 0 insertions, 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) ||