Removed duplicate filament_notes left after merge

This commit is contained in:
Alessandro Ranellucci 2017-03-21 21:43:25 +01:00
parent 745911e0c8
commit 9a9597df83

View File

@ -1165,19 +1165,6 @@ sub build {
$optgroup->append_line($line);
}
}
{
my $page = $self->add_options_page('Notes', 'note.png');
{
my $optgroup = $page->new_optgroup('Notes',
label_width => 0,
);
my $option = $optgroup->get_option('filament_notes', 0);
$option->full_width(1);
$option->height(250);
$optgroup->append_single_option_line($option);
}
}
}
sub reload_config {