remove no longer required function

This commit is contained in:
DavidBadura 2015-05-02 11:58:29 +00:00
parent da2d664f58
commit 86e57fd9b0
1 changed files with 0 additions and 13 deletions

View File

@ -283,7 +283,6 @@ class TaskManager
*/
private function export($filter = null)
{
$this->update();
$json = $this->taskwarrior->export($filter);
return $this->getSerializer()->deserialize($json, 'array<DavidBadura\Taskwarrior\Task>', 'json');
@ -343,18 +342,6 @@ class TaskManager
}
}
/**
*
*/
private function update()
{
try {
$this->taskwarrior->command('list');
} catch (TaskwarriorException $e) {
// do nothing
}
}
/**
*
* @param Task $task