pcbnew: fixed build error with python-enabled builds
This commit is contained in:
parent
c50da7e163
commit
000f810161
|
@ -151,13 +151,6 @@ public:
|
||||||
|
|
||||||
int GetClearance( BOARD_CONNECTED_ITEM* aItem = NULL ) const override;
|
int GetClearance( BOARD_CONNECTED_ITEM* aItem = NULL ) const override;
|
||||||
|
|
||||||
/**
|
|
||||||
* Function RemoveInsulatedCopperIslands
|
|
||||||
* Remove insulated copper islands found in m_FilledPolysList.
|
|
||||||
* @param aPcb = the board to analyze
|
|
||||||
*/
|
|
||||||
void RemoveInsulatedCopperIslands( BOARD* aPcb );
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function IsOnCopperLayer
|
* Function IsOnCopperLayer
|
||||||
* @return true if this zone is on a copper layer, false if on a technical layer
|
* @return true if this zone is on a copper layer, false if on a technical layer
|
||||||
|
|
Loading…
Reference in New Issue