From f73102864a78ed5bcbdd9eb14e4ef8b7a3b14bac Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 6 May 2009 08:36:18 +0000 Subject: [PATCH] moodle_page: MDL-12212 eliminate two old methods that were never used --- lib/pagelib.php | 10 ---------- 1 file changed, 10 deletions(-) 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; -- 2.39.5