Skip to content

Commit 1195b52

Browse files
committed
local plugin: removing deprecated functions in mdl 4.0
1 parent 4299cc1 commit 1195b52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clients/mod/assign/feedback/onlinejudge/locallib.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ function get_settings(MoodleQuickForm $mform) {
160160
$mform->setDefault('compile_static_option', !empty($onlinejudge) ? $onlinejudge->compile_static_option : 1);
161161
$mform->setAdvanced('compile_static_option');
162162
$mform->disabledIf('compile_static_option', 'assignfeedback_onlinejudge_enabled', 'notchecked');
163-
164-
$coursecontext = context_course::instance($COURSE->id);
165-
plagiarism_get_form_elements_module($mform, $coursecontext);
166-
167163
}
168164

169165
/**

0 commit comments

Comments
 (0)