From a96d3c4168f2aacc0150d2e462d9dcb9e7bfb951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 31 Jul 2009 18:30:13 +0000 Subject: [PATCH] Deprecated methods removed --- .../main/class_BaseFrameworkSystem.php | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 5fb9912f..8976961e 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -590,27 +590,6 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { return ($this->__toString() == $className); } - /** - * Stub method (only real cabins shall override it) - * - * @return boolean false = is no cabin, true = is a cabin - * @deprecated - */ - public function isCabin () { - return false; - } - - /** - * Stub method for tradeable objects - * - * @return boolean false = is not tradeable by the Merchant class, - * true = is a tradeable object - * @deprecated - */ - public function isTradeable () { - return false; - } - /** * Formats computer generated price values into human-understandable formats * with thousand and decimal seperators. -- 2.30.2