From e22618dd73a529e36208a92abb1d10400716f3a8 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 4 May 2007 05:30:03 +0000 Subject: [PATCH] deleted redundant method which was just calling the parent method. --- question/type/essay/questiontype.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/question/type/essay/questiontype.php b/question/type/essay/questiontype.php index 484adf441f..dca6b8f406 100644 --- a/question/type/essay/questiontype.php +++ b/question/type/essay/questiontype.php @@ -119,10 +119,6 @@ class question_essay_qtype extends default_questiontype { return true; } - function display_question_editing_page(&$mform, $question, $wizardnow){ - parent:: display_question_editing_page($mform, $question, $wizardnow); - } - /** * Backup the extra information specific to an essay question - over and above * what is in the mdl_question table. -- 2.39.5