MINOR Removed 3 useless lines of code

This commit is contained in:
Sean Harvey 2008-07-21 03:34:27 +00:00
parent e843930e69
commit 8d138f4059
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ abstract class MultiForm extends Form {
*/
public function __construct($controller, $name) {
// We don't have any fields directly on here, they're on the step classes
$fields = new FieldSet();
$actions = new FieldSet();
// Set up the session for this MultiForm instance
$this->setSession();