Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-asis committed Dec 16, 2015
1 parent 9b7ff6a commit 4416174
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ImageResizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public function maxHeight($height)

public function save()
{
// $is_landscape = ($this->input_height < $this->input_width);
// $is_square = ($this->input_height == $this->input_width);
$is_width_exceeded = ($this->input_width > $this->max_width);
$is_height_exceeded = ($this->input_height > $this->max_height);
$is_set_to_landscape = ($this->max_width > $this->max_height);
Expand Down

0 comments on commit 4416174

Please sign in to comment.