Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 23ce35f

Browse files
committed
remove deprecated icon reference not being used
1 parent 80b2264 commit 23ce35f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

email_form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ public function definition() {
135135

136136
$mform->addGroup($links, 'links', ' ', array(' | '), false);
137137

138-
$req_img = html_writer::empty_tag('img', array('src' => $OUTPUT->pix_url('req'), 'class' => 'req', 'alt' => ''));
139-
140138
$table = new html_table();
141139
$table->attributes['class'] = 'emailtable';
142140

0 commit comments

Comments
 (0)