mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Remove unused argument.
This commit is contained in:
@@ -557,7 +557,6 @@ sub on_export_completed {
|
|||||||
|
|
||||||
sub on_export_failed {
|
sub on_export_failed {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($message) = @_;
|
|
||||||
|
|
||||||
$self->{export_thread}->detach if $self->{export_thread};
|
$self->{export_thread}->detach if $self->{export_thread};
|
||||||
$self->{export_thread} = undef;
|
$self->{export_thread} = undef;
|
||||||
|
|||||||
Reference in New Issue
Block a user