Skip to content

Commit

Permalink
- Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Sep 6, 2016
1 parent 877bbca commit 5ed0e98
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/IPub/Gravatar/Templating/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ public function __construct(Gravatar\Gravatar $gravatar)
$this->gravatar = $gravatar;
}

/**
* Register template filters
*
* @param Engine $engine
*/
public function register(Engine $engine)
{
$engine->addFilter('gravatar', [$this, 'gravatar']);
}

/**
* @param string $email
* @param int|NULL $size
Expand Down

0 comments on commit 5ed0e98

Please sign in to comment.