deleting send to kindle function

This commit is contained in:
tcit
2014-09-28 17:20:35 +02:00
parent b852df020c
commit 9f86454b48
2 changed files with 4 additions and 69 deletions

View File

@ -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();