Removed obsolete code leading to assert on MAC
This commit is contained in:
parent
9fc2d5b337
commit
da0a5b5cfb
2 changed files with 0 additions and 6 deletions
src/slic3r/GUI
|
@ -758,11 +758,6 @@ void GCodeViewer::init()
|
|||
// initializes tool marker
|
||||
m_sequential_view.marker.init();
|
||||
|
||||
// initializes point sizes
|
||||
std::array<int, 2> point_sizes;
|
||||
::glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, point_sizes.data());
|
||||
m_detected_point_sizes = { static_cast<float>(point_sizes[0]), static_cast<float>(point_sizes[1]) };
|
||||
|
||||
m_gl_data_initialized = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue