Remove unused static variable in Wrapper

This commit is contained in:
QWp6t
2016-07-14 23:17:11 -07:00
parent 96c5969925
commit 9bfdd5a5f5

View File

@@ -16,9 +16,6 @@ class Wrapper implements WrapperInterface
/** @var string[] Array of template wrappers; e.g., `base-singular.php`, `base-page.php`, `base.php` */
protected $wrapper = [];
/** @var string[] Cache template locations */
protected static $locations = [];
/**
* Wrapper constructor
*