diff --git a/lib/outputrequirementslib.php b/lib/outputrequirementslib.php index f1470f92060..6c73fddc556 100644 --- a/lib/outputrequirementslib.php +++ b/lib/outputrequirementslib.php @@ -630,20 +630,6 @@ class page_requirements_manager { return $output; } - /** - * This method was used to load YUI2 libraries into global scope, - * use YUI 2in3 instead. Every YUI2 module is represented as a yui2-* - * sandboxed module in YUI3 code via Y.YUI2. property. - * - * {@see http://tracker.moodle.org/browse/MDL-34741} - * - * @param string|array $libname - * @deprecated since 2.4 - */ - public function yui2_lib($libname) { - throw new coding_exception('PAGE->yui2_lib() is not available any more, use YUI 2in3 instead, see MDL-34741 for more information.'); - } - /** * Returns the actual url through which a script is served. *