Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dankempster committed Jan 18, 2015
1 parent f6364ec commit c7637f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Twig/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ public function getFunctions()

public function axstradContent($context, $content = null)
{
$renderer = $this->renderer;

return $this->resolver
->resolveFromContext($context, $content)
->getContent()
Expand All @@ -79,8 +77,6 @@ public function axstradContent($context, $content = null)

public function axstradContentHeading($context, $content = null)
{
$renderer = $this->renderer;

return $this->resolver
->resolveFromContext($context, $content)
->getContent()
Expand All @@ -93,8 +89,6 @@ public function axstradContentHeading($context, $content = null)

public function axstradContentCopy($context, $content = null)
{
$renderer = $this->renderer;

return $this->resolver
->resolveFromContext($context, $content)
->getContent()
Expand Down

0 comments on commit c7637f1

Please sign in to comment.