CComponentsDetailLine: remove multiple init of cc_save_bg.

Init is passed with paintFbItems() at the end of paint() methode.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f0aea48d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-30 (Mon, 30 Jan 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-01-30 09:46:35 +01:00
parent ea60d4fb52
commit ebac98fd3b

View File

@@ -88,8 +88,6 @@ CComponentsDetailLine::~CComponentsDetailLine()
//paint details line with current parameters
void CComponentsDetailLine::paint(bool do_save_bg)
{
cc_save_bg = do_save_bg;
hide();
if (hasChanges())
clearFbData();