summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-09-11 19:15:32 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-09-11 19:15:32 +0200
commit0fb7a485a36fb7ee1865abb13818bfab4bb3f0f8 (patch)
tree2229cd43772f899d0acd6b457152cb96ca7ad9f3 /program/steps/mail/func.inc
parentb6f89a32d8d38f023c17c47e722c3f52eb9e5ad2 (diff)
Remove obsolete code which is executed in rcmail_output_html::frame()
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 25f2e3175..cbeeb05fb 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -652,14 +652,6 @@ function rcmail_messagecontent_frame($attrib)
if (empty($attrib['id']))
$attrib['id'] = 'rcmailcontentwindow';
- $attrib['name'] = $attrib['id'];
-
- if ($RCMAIL->config->get('preview_pane')) {
- $OUTPUT->set_env('contentframe', $attrib['id']);
- }
-
- $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/resources/blank.gif');
-
return $OUTPUT->frame($attrib, true);
}