From: Jeremy Benoist Date: Thu, 1 Jun 2017 10:46:07 +0000 (+0200) Subject: We don't need that getter X-Git-Tag: 2.3.0~31^2~73^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=701d3066fbac504beb25ab7a13546ad155e65488;p=github%2Fwallabag%2Fwallabag.git We don't need that getter --- diff --git a/src/Wallabag/ImportBundle/Import/AbstractImport.php b/src/Wallabag/ImportBundle/Import/AbstractImport.php index 9f3d822a..9b624296 100644 --- a/src/Wallabag/ImportBundle/Import/AbstractImport.php +++ b/src/Wallabag/ImportBundle/Import/AbstractImport.php @@ -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).