Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
micheh committed Apr 7, 2014
1 parent fc8fa6c commit 5ebc436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Figlet/Figlet.php
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ protected function _addChar($char)
return false;
}

$tempLine = '';
for ($row = 0; $row < $this->charHeight; $row++) {
if ($this->rightToLeft === 1) {
$tempLine = $this->currentChar[$row];
Expand Down Expand Up @@ -718,7 +717,6 @@ protected function _smushAmount()
}

$maxSmush = $this->currentCharWidth;
$amount = $maxSmush;

for ($row = 0; $row < $this->charHeight; $row++) {
if ($this->rightToLeft === 1) {
Expand Down

0 comments on commit 5ebc436

Please sign in to comment.