code cleaning

This commit is contained in:
charras
2009-12-20 19:48:58 +00:00
parent c2ea4a0aff
commit 0b41d484ff
22 changed files with 122 additions and 233 deletions
+1 -10
View File
@@ -464,7 +464,7 @@ void WinEDA_GerberFrame::CopyDCodesSizeToItems()
}
void WinEDA_GerberFrame::Liste_D_Codes( wxDC* DC )
void WinEDA_GerberFrame::Liste_D_Codes( )
{
int ii, jj;
D_CODE* pt_D_code;
@@ -523,13 +523,4 @@ void WinEDA_GerberFrame::Liste_D_Codes( wxDC* DC )
List->Destroy();
if( ii < 0 )
return;
#if 0
// Highlight segment corresponding to dCode selected.
if( Etat_Surbrillance )
Hight_Light( DrawPanel, DC );
net_code_Surbrillance = (GetScreen()->m_Active_Layer << 16) + ii;
Hight_Light( DrawPanel, DC );
#endif
}