CComponents: replace clear() with clearFbData(), remove cleanCCForm()

clear() replaces now clearCCItems() and cleanCCForm() is superfluous.
This commit is contained in:
2014-01-07 09:41:06 +01:00
parent 04574fc6eb
commit ed7a2fd625
8 changed files with 14 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ void CComponentsItem::initVarItem()
// If backround is not required, it's possible to override this with variable paint_bg=false, use doPaintBg(true/false) to set this!
void CComponentsItem::paintInit(bool do_save_bg)
{
clear();
clearFbData();
int th = fr_thickness;
fb_pixel_t col_frame_cur = col_frame;