Removed unneeded function prototype

This commit is contained in:
Robbt 2018-01-08 21:50:06 -05:00
parent 144f1b5561
commit 98ee6bafe6

View file

@ -678,14 +678,6 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
return $data;
}
/*
* This function will enable or disable form criteria elements based upon the current form
* This is necessary after validation fails and the elements loaded from startForm are different from
* the current form data
*
*/
public function reValidate(){
}
public function isValid($params)
{
$isValid = true;