Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Dec 7, 2023
1 parent b38f97e commit 186c23f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/bigbluebuttonbn/mod_form_addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function definition_after_data() {
* Add new form field definition
*/
public function add_fields(): void {
global $CFG;
$this->mform->addElement('header', 'flexurl', get_string('settings', 'bbbext_flexurl'));
$this->mform->addHelpButton('flexurl', 'settings', 'bbbext_flexurl');
$paramcount = optional_param('flexurl_paramcount', $this->bigbluebuttonbndata->flexurl_paramcount ?? 0, PARAM_RAW);
Expand Down

0 comments on commit 186c23f

Please sign in to comment.