Removed commented code.

This commit is contained in:
Joseph Lenox 2016-11-26 23:16:50 -06:00 committed by bubnikv
parent a0548898f3
commit 107c89d37b

View file

@ -62,14 +62,7 @@ sub new {
);
my @options = ("box");
$self->{type} = Wx::ComboBox->new($self, 1, "box", wxDefaultPosition, wxDefaultSize, \@options, wxCB_READONLY);
#my @types = ("box");
#$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
# opt_id => 'type',
# label => 'Type',
# type => 'select',
# values => \@types,
# default => 'box',
#));
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
opt_id => 0,
label => 'L',