CComponentsWindow: remove paint() member

The derived member of ComponentsForm() should be sufficiently
and should serve its purpose.
This commit is contained in:
2013-11-08 22:13:57 +01:00
parent 8ae491a994
commit cbeb9f3ac6
2 changed files with 2 additions and 13 deletions

View File

@@ -254,11 +254,3 @@ void CComponentsWindow::initCCWItems()
addCCItem(ccw_footer);
}
void CComponentsWindow::paint(bool do_save_bg)
{
//prepare items before paint
initCCWItems();
//paint form contents
paintForm(do_save_bg);
}