rt 4.2.13 ticket#13852
[freeside.git] / rt / lib / RT / Topics.pm
index fe7c3d8..b5082ce 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2012 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)
@@ -47,6 +47,7 @@
 # END BPS TAGGED BLOCK }}}
 
 use strict;
+use warnings;
 no warnings qw(redefine);
 
 package RT::Topics;
@@ -102,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;