diff --git a/pcbnew/footprint.cpp b/pcbnew/footprint.cpp index c4866f97ff..c54f96ac50 100644 --- a/pcbnew/footprint.cpp +++ b/pcbnew/footprint.cpp @@ -2811,11 +2811,11 @@ static struct FOOTPRINT_DESC &FOOTPRINT::SetLayer, &FOOTPRINT::GetLayer ); layer->SetChoices( fpLayers ); propMgr.ReplaceProperty( TYPE_HASH( BOARD_ITEM ), _HKI( "Layer" ), layer ); - + /* propMgr.AddProperty( new PROPERTY( _HKI( "Reference" ), &FOOTPRINT::SetReference, &FOOTPRINT::GetReference ) ); propMgr.AddProperty( new PROPERTY( _HKI( "Value" ), - &FOOTPRINT::SetValue, &FOOTPRINT::GetValue ) ); + &FOOTPRINT::SetValue, &FOOTPRINT::GetValue ) );*/ propMgr.AddProperty( new PROPERTY( _HKI( "Orientation" ), &FOOTPRINT::SetOrientationDegrees, &FOOTPRINT::GetOrientationDegrees, PROPERTY_DISPLAY::PT_DEGREE ) ); @@ -2827,13 +2827,13 @@ static struct FOOTPRINT_DESC PROPERTY_DISPLAY::PT_SIZE ) ); propMgr.AddProperty( new PROPERTY( _HKI( "Solderpaste Margin Ratio Override" ), &FOOTPRINT::SetLocalSolderPasteMarginRatio, - &FOOTPRINT::GetLocalSolderPasteMarginRatio ) ); + &FOOTPRINT::GetLocalSolderPasteMarginRatio ) ); /* propMgr.AddProperty( new PROPERTY( _HKI( "Library ID" ), &FOOTPRINT::SetFPIDAsString, &FOOTPRINT::GetFPIDAsString ) ); propMgr.AddProperty( new PROPERTY( _HKI( "Description" ), &FOOTPRINT::SetDescription, &FOOTPRINT::GetDescription ) ); propMgr.AddProperty( new PROPERTY( _HKI( "Keywords" ), - &FOOTPRINT::SetKeywords, &FOOTPRINT::GetKeywords ) ); + &FOOTPRINT::SetKeywords, &FOOTPRINT::GetKeywords ) );*/ // TODO zone connection } } _FOOTPRINT_DESC;