CComponents: remove error message.

Log output should be enough.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e6a004be87
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-05 (Wed, 05 Mar 2014)



------------------
This commit was generated by Migit
This commit is contained in:
2014-03-05 12:10:17 +01:00
parent f3c99f7a44
commit 2af5c1a7c3

View File

@@ -109,7 +109,6 @@ void CComponents::paintFbItems(bool do_save_bg)
if (firstPaint && do_save_bg){
for(size_t i=0; i<v_fbdata.size(); i++){
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
DisplayErrorMessage("Screensave error, please show log and report!");
break;
}
#ifdef DEBUG_CC
@@ -137,7 +136,6 @@ void CComponents::paintFbItems(bool do_save_bg)
for(size_t i=0; i< v_fbdata.size(); i++){
// Don't paint on dimension or position error dx or dy are 0
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
DisplayErrorMessage("Display error, please show log and report!");
continue;
}
int fbtype = v_fbdata[i].fbdata_type;