diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index faf7e64a9..dda6f53c6 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -61,21 +61,6 @@ These subroutines are available from this package: =cut - -#------------------------------------------------------------------- - -=head2 DESTROY ( ) - -Deconstructor. - -=cut - -sub DESTROY { - my $self = shift; - $self->DEMOLISH; - undef $self; -} - #------------------------------------------------------------------- =head2 getCookieName ( )