Remove unused method from router_tool.h
This commit is contained in:
parent
1b8abdfde7
commit
f211b2cdd0
|
@ -80,7 +80,6 @@ private:
|
||||||
int getStartLayer( const PNS::ITEM* aItem );
|
int getStartLayer( const PNS::ITEM* aItem );
|
||||||
void switchLayerOnViaPlacement();
|
void switchLayerOnViaPlacement();
|
||||||
void updateSizesAfterLayerSwitch( PCB_LAYER_ID targetLayer, const VECTOR2I& aPos );
|
void updateSizesAfterLayerSwitch( PCB_LAYER_ID targetLayer, const VECTOR2I& aPos );
|
||||||
bool getNearestRatnestAnchor( VECTOR2I& aPoint, LAYER_RANGE& aLayers );
|
|
||||||
|
|
||||||
int onLayerCommand( const TOOL_EVENT& aEvent );
|
int onLayerCommand( const TOOL_EVENT& aEvent );
|
||||||
int onViaCommand( const TOOL_EVENT& aEvent );
|
int onViaCommand( const TOOL_EVENT& aEvent );
|
||||||
|
|
Loading…
Reference in New Issue