X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FTopics.pm;h=942f45804b93e4f995f9fe082fc2f51ab7a01290;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=fd83f4a714bee55b9f942a1a5ca903812c9f1060;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/lib/RT/Topics.pm b/rt/lib/RT/Topics.pm index fd83f4a71..942f45804 100644 --- a/rt/lib/RT/Topics.pm +++ b/rt/lib/RT/Topics.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -103,18 +103,6 @@ sub LimitToKids { # }}} -=head2 NewItem - -Returns an empty new RT::Topic item - -=cut - -sub NewItem { - my $self = shift; - return(RT::Topic->new($self->CurrentUser)); -} - - RT::Base->_ImportOverlays(); 1;