Remove unused code.

This commit is contained in:
jean-pierre charras 2018-02-16 09:02:25 +01:00
parent 24b5152240
commit 07e939ed5a
1 changed files with 1 additions and 10 deletions

View File

@ -1133,16 +1133,7 @@ bool DIALOG_PAD_PROPERTIES::padValuesOK()
// Hovewer, a positive value can create issues if the resulting shape is too big.
// (like a solder paste creating a solder paste area on a neighbour pad or on the solder mask)
// So we could ask for user to confirm the choice
// However this option is not enabled
#if 0
if( m_dummyPad->GetLocalSolderPasteMargin() > 0 )
{
if( !IsOK( this, _( "Pad local solder paste clearance is greater than 0\n"
"The solder paste area will be bigger than the pad area.\n"
"This is unusual. Are you sure?)" ) ) )
return false;
}
#endif
// Currently there are no test
LSET padlayers_mask = m_dummyPad->GetLayerSet();