]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
We don't need that getter
authorJeremy Benoist <jbenoist@20minutes.fr>
Thu, 1 Jun 2017 10:46:07 +0000 (12:46 +0200)
committerJeremy Benoist <jbenoist@20minutes.fr>
Thu, 1 Jun 2017 10:46:07 +0000 (12:46 +0200)
src/Wallabag/ImportBundle/Import/AbstractImport.php

index 9f3d822ad75179dc1793ffee1f1a18729d0adaf9..9b6242967bc66074e1bfc18b4032268fe4da5e15 100644 (file)
@@ -97,14 +97,6 @@ abstract class AbstractImport implements ImportInterface
         return $this;
     }
 
-    /**
-     * Get whether articles should be fetched for updated content.
-     */
-    public function getDisableContentUpdate()
-    {
-        return $this->disableContentUpdate;
-    }
-
     /**
      * Fetch content from the ContentProxy (using graby).
      * If it fails return the given entry to be saved in all case (to avoid user to loose the content).