mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
Removed useless thing added in e79aa2e81c
This commit is contained in:
parent
c00061678b
commit
9264db7ecd
8 changed files with 8 additions and 16 deletions
|
@ -64,9 +64,9 @@ use overload
|
|||
'fallback' => 1;
|
||||
|
||||
sub new {
|
||||
my ($class, $type, @paths) = @_;
|
||||
my ($class, @paths) = @_;
|
||||
|
||||
my $self = $class->_new($type);
|
||||
my $self = $class->_new;
|
||||
$self->append(@paths);
|
||||
return $self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue