mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
API CHANGE Removed unused variables
This commit is contained in:
parent
57a95c1484
commit
e90577ee6c
@ -5,12 +5,6 @@
|
||||
* @subpackage content
|
||||
*/
|
||||
class WidgetAreaEditor extends FormField {
|
||||
/**
|
||||
* 3 variables to hold titles for the template
|
||||
*/
|
||||
public $InUseTitle;
|
||||
public $AvailableTitle;
|
||||
public $ToAddTitle;
|
||||
|
||||
function __construct($name, $widgetClasses = array('Widget'), $maxWidgets = 0) {
|
||||
$this->MaxWidgets = $maxWidgets;
|
||||
|
Loading…
Reference in New Issue
Block a user