summaryrefslogtreecommitdiffstats
path: root/app/classes/PlanetConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/classes/PlanetConfig.php')
-rw-r--r--app/classes/PlanetConfig.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/classes/PlanetConfig.php b/app/classes/PlanetConfig.php
index 179e25b..a13179b 100644
--- a/app/classes/PlanetConfig.php
+++ b/app/classes/PlanetConfig.php
@@ -128,38 +128,11 @@ class PlanetConfig
return $this->conf['cache'];
}
- /**
- * @deprecated
- * @return mixed
- */
- public function getShuffle()
- {
- return $this->conf['shuffle'];
- }
-
public function getMaxDisplay()
{
return $this->conf['items'];
}
- /**
- * @deprecated
- * @return mixed
- */
- public function getNoHTML()
- {
- return $this->conf['nohtml'];
- }
-
- /**
- * @deprecated
- * @return mixed
- */
- public function getPostMaxLength()
- {
- return $this->conf['postmaxlength'];
- }
-
public function getCategories()
{
return $this->conf['categories'];