code cleaning

This commit is contained in:
charras
2009-12-19 19:24:49 +00:00
parent 96849d5a11
commit c2ea4a0aff
17 changed files with 47 additions and 87 deletions
-9
View File
@@ -335,15 +335,6 @@ void WinEDA_DrawFrame::DisplayUnitsMsg()
}
void WinEDA_DrawFrame::ReDrawPanel()
{
if( DrawPanel == NULL )
return;
KicadGraphicContext dc( DrawPanel );
DrawPanel->ReDraw( &dc );
}
/* Recalculate the size of toolbars and display panel.
*/