mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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:
@@ -109,7 +109,6 @@ void CComponents::paintFbItems(bool do_save_bg)
|
|||||||
if (firstPaint && do_save_bg){
|
if (firstPaint && do_save_bg){
|
||||||
for(size_t i=0; i<v_fbdata.size(); i++){
|
for(size_t i=0; i<v_fbdata.size(); i++){
|
||||||
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
|
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
|
||||||
DisplayErrorMessage("Screensave error, please show log and report!");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#ifdef DEBUG_CC
|
#ifdef DEBUG_CC
|
||||||
@@ -137,7 +136,6 @@ void CComponents::paintFbItems(bool do_save_bg)
|
|||||||
for(size_t i=0; i< v_fbdata.size(); i++){
|
for(size_t i=0; i< v_fbdata.size(); i++){
|
||||||
// Don't paint on dimension or position error dx or dy are 0
|
// Don't paint on dimension or position error dx or dy are 0
|
||||||
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
|
if (!CheckFbData(v_fbdata[i], __func__, __LINE__)){
|
||||||
DisplayErrorMessage("Display error, please show log and report!");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
int fbtype = v_fbdata[i].fbdata_type;
|
int fbtype = v_fbdata[i].fbdata_type;
|
||||||
|
Reference in New Issue
Block a user