mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Removed duplicated method GLVolumeCollection::check_outside_state()
This commit is contained in:
parent
ff82c82f52
commit
8bd0f8ada9
7 changed files with 22 additions and 73 deletions
|
@ -128,11 +128,6 @@ void View3D::mirror_selection(Axis axis)
|
|||
m_canvas->mirror_selection(axis);
|
||||
}
|
||||
|
||||
int View3D::check_volumes_outside_state() const
|
||||
{
|
||||
return (m_canvas != nullptr) ? m_canvas->check_volumes_outside_state() : false;
|
||||
}
|
||||
|
||||
bool View3D::is_layers_editing_enabled() const
|
||||
{
|
||||
return (m_canvas != nullptr) ? m_canvas->is_layers_editing_enabled() : false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue