Subclasses of dimensions are instatiable

This commit is contained in:
Mikolaj Wielgus 2021-11-29 04:44:11 +01:00
parent 281f8ccc4b
commit db41769bb9
1 changed files with 0 additions and 5 deletions

View File

@ -298,11 +298,6 @@ constexpr bool IsInstatiableType( const KICAD_T aType )
case PCB_LOCATE_PTH_T:
case PCB_LOCATE_NPTH_T:
case PCB_DIM_ALIGNED_T:
case PCB_DIM_CENTER_T:
case PCB_DIM_ORTHOGONAL_T:
case PCB_DIM_LEADER_T:
case PCB_DIMENSION_T:
case SCH_SCREEN_T: