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

@@ -105,7 +105,7 @@ class CComponents
void paintFbItems(bool do_save_bg = true);
///clean up old screen buffer saved in v_fbdata
virtual void clear();
virtual void clearFbData();
///container: contains saved pixel buffer with position and dimensions
comp_screen_data_t saved_screen;