Skip to content

Commit

Permalink
removed unused variables to trigger a new ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Mar 19, 2024
1 parent 1d264d5 commit 40b9942
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/local/addtranscription_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ public function definition() {
// Get the renderer to use its methods.
$this->renderer = $PAGE->get_renderer('block_opencast');
$ocinstanceid = $this->_customdata['ocinstanceid'];
$identifier = $this->_customdata['identifier'];
$courseid = $this->_customdata['courseid'];

$mform = $this->_form;

$explanation = html_writer::tag('p', get_string('addnewtranscription_desc', 'block_opencast'));
Expand Down

0 comments on commit 40b9942

Please sign in to comment.