Remove getEditTabs completely

This commit is contained in:
Colin Kuskie 2010-08-27 10:42:27 -07:00
parent 1fd17ef320
commit f4d964bd69
6 changed files with 0 additions and 96 deletions

View file

@ -978,21 +978,6 @@ sub duplicateBranch {
#-------------------------------------------------------------------
=head2 getEditTabs
Add a tab for the mail interface.
sub getEditTabs {
my $self = shift;
my $i18n = WebGUI::International->new($self->session,"Asset_Collaboration");
return ($self->next::method, ['mail', $i18n->get('mail'), 9]);
}
=cut
#-------------------------------------------------------------------
=head2 getNewThreadUrl( )
Formats the url to start a new thread.