MDL-28614 questions: remove another obsolete editing_head_contributions fn.

This commit is contained in:
Tim Hunt 2011-10-17 23:53:53 +01:00
parent 46e40567fa
commit 6fd1995d3b

View File

@ -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
*