Browse Source

Fix compiler warning

revert-0c36e162
JamesJCode 9 months ago
parent
commit
7d8b385a72
  1. 2
      include/layer_range.h

2
include/layer_range.h

@ -82,8 +82,6 @@ private:
if( start & 1 || stop & 1 )
throw std::invalid_argument( "Only works for copper layers" );
m_layer_count = m_layer_count;
if( stop == B_Cu || m_stop >= m_current )
m_reverse = false;
else

Loading…
Cancel
Save