removed some unused vars

This commit is contained in:
Andy Miller
2015-02-28 14:14:20 -07:00
parent b8c274b7b8
commit 62e5ea3bbd
2 changed files with 1 additions and 5 deletions

View File

@@ -24,8 +24,6 @@ class Collection extends Iterator {
private $repository;
private $cache;
private $plugins, $themes;
public function __construct($repository = null)
{
if ($repository === null) {

View File

@@ -90,10 +90,8 @@ class Page
/**
* Page Object Constructor
*
* @param array $array An array of existing page objects
*/
public function __construct($array = array())
public function __construct()
{
/** @var Config $config */
$config = self::getGrav()['config'];