@@ -24,7 +24,6 @@ |
||
24 | 24 | */ |
25 | 25 | |
26 | 26 | namespace mod_bigbluebuttonbn\search; |
27 | -use core_tag\output\tag; |
|
28 | 27 | |
29 | 28 | defined('MOODLE_INTERNAL') || die(); |
30 | 29 |
@@ -28,7 +28,6 @@ |
||
28 | 28 | defined('MOODLE_INTERNAL') || die(); |
29 | 29 | |
30 | 30 | use context_module; |
31 | -use mod_bigbluebuttonbn_external; |
|
32 | 31 | require_once($CFG->dirroot . '/mod/bigbluebuttonbn/locallib.php'); |
33 | 32 | require_once($CFG->dirroot . '/lib/grouplib.php'); |
34 | 33 |