]> git.mjollnir.org Git - moodle.git/commitdiff
moodle_page: MDL-12212 eliminate two old methods that were never used
authortjhunt <tjhunt>
Wed, 6 May 2009 08:36:18 +0000 (08:36 +0000)
committertjhunt <tjhunt>
Wed, 6 May 2009 08:36:18 +0000 (08:36 +0000)
lib/pagelib.php

index 8874eebdf5e9606c20f656d696da14987818bd32..99ea6139c5054deb352ebdb87496106b6f1c59ee 100644 (file)
@@ -435,16 +435,6 @@ class page_base extends moodle_page {
         return $this->body_id;
     }
 
-    // Returns $this->body_class
-    function get_body_class() {
-        return $this->body_class;
-    }
-
-    // Returns $this->body_id
-    function get_body_id() {
-        return $this->body_id;
-    }
-
     // Initialize the data members of the parent class
     function init_quick($data) {
         $this->type = $data->pagetype;