Skip to content

Commit

Permalink
Delete redundant variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuexrow committed Sep 27, 2017
1 parent 978e92b commit 71de884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/ezxpdfpreview.php
Expand Up @@ -48,8 +48,6 @@ function modify( &$tpl, &$operatorName, &$operatorParameters, &$rootNamespace, &
$contentId = $operatorValue;
$width = (int)$namedParameters['width'];
$height = (int)$namedParameters['height'];
$version = (int)$namedParameters['attribute_version'];
$attribute_id = (int)$namedParameters['attribute_id'];

$container = ezpKernel::instance()->getServiceContainer();
$pdfPreview = $container->get( 'xrow_pdf_preview' );
Expand Down

0 comments on commit 71de884

Please sign in to comment.