remove useless DESTROYs
This commit is contained in:
parent
2b78fe913b
commit
5122518652
23 changed files with 8 additions and 187 deletions
|
|
@ -91,20 +91,6 @@ sub AUTOLOAD {
|
|||
$self->{_data} .= $control->toHtmlWithWrapper;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 DESTROY ( )
|
||||
|
||||
Disposes of the form object.
|
||||
|
||||
=cut
|
||||
|
||||
sub DESTROY {
|
||||
my $self = shift;
|
||||
$self = undef;
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 dynamicForm ( $formDefinition, $listName, $who )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue