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