Remove unused method SkeinPanel::init_print()
This commit is contained in:
parent
0ddcefe956
commit
3f29a9292a
1 changed files with 0 additions and 9 deletions
|
@ -235,15 +235,6 @@ sub extra_variables {
|
||||||
return { %extra_variables };
|
return { %extra_variables };
|
||||||
}
|
}
|
||||||
|
|
||||||
sub init_print {
|
|
||||||
my $self = shift;
|
|
||||||
|
|
||||||
return Slic3r::Print->new(
|
|
||||||
config => $self->config,
|
|
||||||
extra_variables => $self->extra_variables,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
sub export_config {
|
sub export_config {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue