X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FTopics.pm;h=0ae885a425b4456a938a05791189ebdb1a710121;hb=70e31cdfd01949235897035ad818e9a7b2d0c958;hp=fd83f4a714bee55b9f942a1a5ca903812c9f1060;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/lib/RT/Topics.pm b/rt/lib/RT/Topics.pm index fd83f4a71..0ae885a42 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-2017 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;