mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 23:19:00 +08:00
Remove dead code.
This commit is contained in:
parent
023e7254c7
commit
37a4967883
@ -183,7 +183,6 @@ sub new {
|
||||
|
||||
my $list_sizer = Wx::BoxSizer->new(wxHORIZONTAL);
|
||||
$list_sizer->Add($self->{list}, 1, wxEXPAND | wxALL, 0);
|
||||
$list_sizer->Add($self->{vtoolbar}, 0, wxEXPAND, 0) if $self->{vtoolbar};
|
||||
|
||||
my $vertical_sizer = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$vertical_sizer->Add($self->{htoolbar}, 0, wxEXPAND, 0) if $self->{htoolbar};
|
||||
|
Loading…
x
Reference in New Issue
Block a user