Skip to content

Commit

Permalink
Remove the deprecated isGenerated flag (see #56)
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Dec 8, 2014
1 parent 7c32cf4 commit 29695de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions library/Haste/Util/Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ class Pagination
*/
protected $maxPaginationLinks;

/**
* Is generated
*
* @var bool
*/
protected $isGenerated = false;

/**
* Is valid
*
Expand Down Expand Up @@ -278,8 +271,6 @@ protected function compile()
return;
}

$this->isGenerated = true;

$limit = 0;
$offset = 0;
$pagination = null;
Expand Down

0 comments on commit 29695de

Please sign in to comment.