Skip to content

Commit

Permalink
Remove erroneous, duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 5, 2013
1 parent 7a02ad1 commit d12658d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hermes/lib/Api.php
Expand Up @@ -496,10 +496,6 @@ public function listTimeObjectCategories()
*/
public function listTimeObjects($time_categories, $start, $end)
{
$slices = $GLOBALS['injector']
->getInstance('Hermes_Driver')
->getHours($params);

$objects = array();

foreach ($time_categories as $category) {
Expand Down

0 comments on commit d12658d

Please sign in to comment.