mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-30 04:56:54 +00:00
Fix compiler warning
This commit is contained in:
parent
1c245ad01e
commit
7d8b385a72
@ -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…
Reference in New Issue
Block a user