From: Thomas Citharel Date: Sun, 31 Jan 2016 13:13:42 +0000 (+0100) Subject: remove old dependancy X-Git-Tag: 2.0.0-beta.1~54^2~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3b07d019379106d6786121b3208d0e396e1ae40a;p=github%2Fwallabag%2Fwallabag.git remove old dependancy --- diff --git a/src/Wallabag/CoreBundle/Helper/EntriesExport.php b/src/Wallabag/CoreBundle/Helper/EntriesExport.php index 6e06086f..d3b7ee3e 100644 --- a/src/Wallabag/CoreBundle/Helper/EntriesExport.php +++ b/src/Wallabag/CoreBundle/Helper/EntriesExport.php @@ -6,7 +6,6 @@ use JMS\Serializer; use JMS\Serializer\SerializationContext; use JMS\Serializer\SerializerBuilder; use PHPePub\Core\EPub; -use Html2Text\Html2Text; use PHPePub\Core\Structure\OPF\DublinCore; use Symfony\Component\HttpFoundation\Response; use Craue\ConfigBundle\Util\Config;