Cleaned all new classes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionContainer.pm
index f3ff514..337fdf6 100644 (file)
@@ -30,15 +30,6 @@ See L<Catalyst>.
 
 =item actions
 
-=item new
-
-=cut
-
-sub new {        # Dumbass constructor
-    my ( $class, $attrs ) = @_;
-    return bless { %{ $attrs || {} } }, $class;
-}
-
 =back
 
 =head1 AUTHOR