diff options
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-x | inc/poche/Routing.class.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index bd61a0b3..44b0e168 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -126,10 +126,6 @@ class Routing | |||
126 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); | 126 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); |
127 | $mobi->prepareData(); | 127 | $mobi->prepareData(); |
128 | $mobi->produceMobi(); | 128 | $mobi->produceMobi(); |
129 | } elseif (isset($_GET['send2kindle'])) { | ||
130 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); | ||
131 | $mobi->prepareData(); | ||
132 | $mobi->produceMobi(TRUE); | ||
133 | } elseif (isset($_GET['pdf'])) { | 129 | } elseif (isset($_GET['pdf'])) { |
134 | $pdf = new WallabagPDF($this->wallabag, $_GET['method'], $_GET['value']); | 130 | $pdf = new WallabagPDF($this->wallabag, $_GET['method'], $_GET['value']); |
135 | $pdf->prepareData(); | 131 | $pdf->prepareData(); |