Removing redundant subroutine definition
This commit is contained in:
parent
34782a784b
commit
a48cfe2189
1 changed files with 0 additions and 14 deletions
|
|
@ -416,19 +416,5 @@ sub trackingUrl {
|
|||
return undef;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 optionsOk
|
||||
|
||||
This method returns a boolean indicating wheter the supplied options (loaded into the plugin
|
||||
by either setOptions or processOptionsForm) are valid. Overload if your plugin support configuration
|
||||
options. Defaults to true.
|
||||
|
||||
=cut
|
||||
|
||||
sub optionsOk {
|
||||
return 1;
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue