Skip to content

Commit 931d278

Browse files
committed
MDL-87348 mod_assign: Remove assign_get_js_module
Remove unused function assign_get_js_module().
1 parent 299b171 commit 931d278

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

mod/assign/locallib.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10192,14 +10192,3 @@ function reorder_group_overrides($assignid) {
1019210192
}
1019310193
}
1019410194
}
10195-
10196-
/**
10197-
* Get the information about the standard assign JavaScript module.
10198-
* @return array a standard jsmodule structure.
10199-
*/
10200-
function assign_get_js_module() {
10201-
return array(
10202-
'name' => 'mod_assign',
10203-
'fullpath' => '/mod/assign/module.js',
10204-
);
10205-
}

0 commit comments

Comments
 (0)