From 5072748ca4b2ec740aa728ebc3ff74f86227bcf5 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 15 Aug 2007 19:14:57 +0000 Subject: [PATCH] Remove unneeded method --- lib/WebGUI/Config.pm | 15 --------------- 1 file changed, 15 deletions(-) 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 ( )