]> git.mjollnir.org Git - moodle.git/commitdiff
deleted redundant method which was just calling the parent method.
authorjamiesensei <jamiesensei>
Fri, 4 May 2007 05:30:03 +0000 (05:30 +0000)
committerjamiesensei <jamiesensei>
Fri, 4 May 2007 05:30:03 +0000 (05:30 +0000)
question/type/essay/questiontype.php

index 484adf441f41d7192be6b6b1203e822cf678250e..dca6b8f406ad9b501c9e9d3618221de10da34031 100644 (file)
@@ -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.