X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FTopics.pm;h=b5082cebd602c30014dc545224110143b5a2a184;hb=681a340f6be4184b1472a8e1fa9cd5d074f6f325;hp=01674fb6649f540b2fae55196415fa2b85e2be2f;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/lib/RT/Topics.pm b/rt/lib/RT/Topics.pm index 01674fb66..b5082cebd 100644 --- a/rt/lib/RT/Topics.pm +++ b/rt/lib/RT/Topics.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 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;