Fix documentation code

This commit is contained in:
garnier-quentin 2019-03-26 18:12:20 +01:00
parent 8100ae4467
commit 65461bd612
1 changed files with 0 additions and 4 deletions

View File

@ -2139,8 +2139,6 @@ The model can also be used to check strings (not only counters). So we want to c
use strict;
use warnings;
my $instance_mode;
sub set_counters {
my ($self, %options) = @_;
@ -2194,8 +2192,6 @@ The model can also be used to check strings (not only counters). So we want to c
my ($self, %options) = @_;
$self->SUPER::check_options(%options);
# Sometimes, you'll need to have access of the current object in the callback
$instance_mode = $self;
}
sub manage_selection {