rt 4.2.13 ticket#13852
[freeside.git] / rt / lib / RT / Topics.pm
index 01674fb..b5082ce 100644 (file)
@@ -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
 #                                          <sales@bestpractical.com>
 #
 # (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;