Removed setter function

Removed setter function to reduce overhead and be more inline with current standards
This commit is contained in:
Myles Beardsmore 2015-07-02 15:32:45 +12:00
parent 9594625115
commit 765a6b4130

View File

@ -64,13 +64,6 @@ class UserDefinedForm extends Page {
*/
private static $recipients_warning_enabled = false;
/**
* @return Boolean
*/
public static function set_recipients_warning_enabled($bool = true) {
self::$recipients_warning_enabled = $bool;
}
/**
* Temporary storage of field ids when the form is duplicated.
* Example layout: array('EditableCheckbox3' => 'EditableCheckbox14')