Browse Source

Cleanup

newinvert
Jon Evans 2 years ago
parent
commit
76d1cc8150
  1. 6
      pcbnew/router/router_preview_item.cpp

6
pcbnew/router/router_preview_item.cpp

@ -518,9 +518,3 @@ const COLOR4D ROUTER_PREVIEW_ITEM::getLayerColor( int aLayer ) const
return color;
}
//const int ROUTER_PREVIEW_ITEM::ClearanceOverlayDepth = -VIEW::VIEW_MAX_LAYERS - 10;
//const int ROUTER_PREVIEW_ITEM::BaseOverlayDepth = -VIEW::VIEW_MAX_LAYERS - 20;
//const int ROUTER_PREVIEW_ITEM::ViaOverlayDepth = -VIEW::VIEW_MAX_LAYERS - 50;
//const int ROUTER_PREVIEW_ITEM::PathOverlayDepth = -VIEW::VIEW_MAX_LAYERS - 55;
Loading…
Cancel
Save