summaryrefslogtreecommitdiff
path: root/src/Configuration.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.php')
-rw-r--r--src/Configuration.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/Configuration.php b/src/Configuration.php
index a4a73ef..de3d16a 100644
--- a/src/Configuration.php
+++ b/src/Configuration.php
@@ -40,10 +40,6 @@ class Configuration
/**
* @var bool
*/
- protected $removeReadabilityTags = true;
- /**
- * @var bool
- */
protected $fixRelativeURLs = false;
/**
* @var bool
@@ -194,26 +190,6 @@ class Configuration
/**
* @return bool
*/
- public function getRemoveReadabilityTags()
- {
- return $this->removeReadabilityTags;
- }
-
- /**
- * @param bool $removeReadabilityTags
- *
- * @return $this
- */
- public function setRemoveReadabilityTags($removeReadabilityTags)
- {
- $this->removeReadabilityTags = $removeReadabilityTags;
-
- return $this;
- }
-
- /**
- * @return bool
- */
public function getFixRelativeURLs()
{
return $this->fixRelativeURLs;