]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Routing.class.php
deleting send to kindle function
[github/wallabag/wallabag.git] / inc / poche / Routing.class.php
index bd61a0b397793e12db7dd19d0f637d842d7a119d..44b0e1683ac48f6dea8c9cebfca1d7a7b275d0f0 100755 (executable)
@@ -126,10 +126,6 @@ class Routing
                 $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']);
                 $mobi->prepareData();
                 $mobi->produceMobi();
-            } elseif (isset($_GET['send2kindle'])) {
-                $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']);
-                $mobi->prepareData();
-                $mobi->produceMobi(TRUE);
             } elseif (isset($_GET['pdf'])) {
                 $pdf = new WallabagPDF($this->wallabag, $_GET['method'], $_GET['value']);
                 $pdf->prepareData();