From: tjhunt Date: Wed, 6 May 2009 08:36:18 +0000 (+0000) Subject: moodle_page: MDL-12212 eliminate two old methods that were never used X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f73102864a78ed5bcbdd9eb14e4ef8b7a3b14bac;p=moodle.git moodle_page: MDL-12212 eliminate two old methods that were never used --- diff --git a/lib/pagelib.php b/lib/pagelib.php index 8874eebdf5..99ea6139c5 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -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;