CComponentsWindow: remove paint() member

The derived member of ComponentsForm() should be sufficiently
and should serve its purpose.


Origin commit data
------------------
Branch: ni/coolstream
Commit: cbeb9f3ac6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-08 (Fri, 08 Nov 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-11-08 22:13:57 +01:00
parent dd2d167dfe
commit f57ccb8d5a
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);
}