diff --git a/lib/questionlib.php b/lib/questionlib.php index f0a44360f80..36327077d03 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -851,17 +851,6 @@ function question_hash($question) { } /// FUNCTIONS THAT SIMPLY WRAP QUESTIONTYPE METHODS ////////////////////////////////// -/** - * Get anything that needs to be included in the head of the question editing page - * for a particular question type. This function is called by question/question.php. - * - * @param $question A question object. Only $question->qtype is used. - * @return string Deprecated. Some HTML code that can go inside the head tag. - */ -function question_get_editing_head_contributions($question) { - question_bank::get_qtype($question->qtype, false)->get_editing_head_contributions(); -} - /** * Saves question options *