mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Removed commented code.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user