Removed unused method
This commit is contained in:
parent
59c3bc2cbe
commit
7b52c24d60
|
@ -107,11 +107,6 @@ void LinesBucketQueue::emplace_back_bucket(ExtrusionLayers &&els, const void *ob
|
|||
}
|
||||
}
|
||||
|
||||
void LinesBucketQueue::reserve(size_t count)
|
||||
{
|
||||
line_buckets.reserve(count);
|
||||
}
|
||||
|
||||
// remove lowest and get the current bottom z
|
||||
float LinesBucketQueue::getCurrBottomZ()
|
||||
{
|
||||
|
|
|
@ -114,7 +114,6 @@ public:
|
|||
|
||||
public:
|
||||
void emplace_back_bucket(ExtrusionLayers &&els, const void *objPtr, Point offset);
|
||||
void reserve(size_t count);
|
||||
bool valid() const { return line_bucket_ptr_queue.empty() == false; }
|
||||
float getCurrBottomZ();
|
||||
LineWithIDs getCurLines() const;
|
||||
|
|
Loading…
Reference in New Issue