From 29695de224ad6975aaf6e6cc9c570963a92d9420 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Mon, 8 Dec 2014 11:01:39 +0100 Subject: [PATCH] Remove the deprecated isGenerated flag (see #56) --- library/Haste/Util/Pagination.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/Haste/Util/Pagination.php b/library/Haste/Util/Pagination.php index 8bd213f..ac81f51 100644 --- a/library/Haste/Util/Pagination.php +++ b/library/Haste/Util/Pagination.php @@ -71,13 +71,6 @@ class Pagination */ protected $maxPaginationLinks; - /** - * Is generated - * - * @var bool - */ - protected $isGenerated = false; - /** * Is valid * @@ -278,8 +271,6 @@ protected function compile() return; } - $this->isGenerated = true; - $limit = 0; $offset = 0; $pagination = null;