From 9a9597df83b854df661d61a1c424796c5a00cdcd Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 21 Mar 2017 21:43:25 +0100 Subject: [PATCH] Removed duplicate filament_notes left after merge --- lib/Slic3r/GUI/PresetEditor.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/Slic3r/GUI/PresetEditor.pm b/lib/Slic3r/GUI/PresetEditor.pm index 6b7ae77178..63bc529818 100644 --- a/lib/Slic3r/GUI/PresetEditor.pm +++ b/lib/Slic3r/GUI/PresetEditor.pm @@ -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 {