mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Remove unused variable and add missing define
This commit is contained in:
parent
197cd8e68b
commit
b1a3bd65ea
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ MultiPoint::first_point() const
|
|||
return new Point(this->points.front());
|
||||
}
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void
|
||||
MultiPoint::from_SV(SV* poly_sv)
|
||||
{
|
||||
|
@ -82,5 +83,6 @@ MultiPoint::to_SV_pureperl() const {
|
|||
}
|
||||
return newRV_noinc((SV*)av);
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue