1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 15:26:54 +02:00

Accidentally added some unused code in the last commit so this one removes it.

This commit is contained in:
Ryan Cramer
2024-07-30 11:21:51 -04:00
parent 19fb83201d
commit 137b2aa50b

View File

@@ -28,22 +28,6 @@ class PagesEditor extends Wire {
*/
protected $pages;
/**
* Deleted page ID tracking
*
* @var array of [ id => id ]
*
*/
protected $deleted = array();
/**
* Delete recursion level
*
* @var int
*
*/
protected $deleteLevel = 0;
/**
* Construct
*