Revert "gui/dboxinfo: move cpu load calculation to dedicated thread ..."

This reverts commit 9ce61523af.


Origin commit data
------------------
Commit: 7fbe179a1f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-30 (Mon, 30 Dec 2013)
This commit is contained in:
vanhofen
2013-12-30 01:51:08 +01:00
parent 9ce61523af
commit bdc4c1b124
6 changed files with 29 additions and 196 deletions

View File

@@ -106,7 +106,6 @@
#include <system/setting_helpers.h>
#include <system/settings.h>
#include <system/helpers.h>
#include <system/sysload.h>
#include <timerdclient/timerdmsg.h>
@@ -1979,8 +1978,6 @@ TIMER_START();
hintBox->hide();
delete hintBox;
cSysLoad::getInstance();
TIMER_STOP("################################## after all ##################################");
RealRun(personalize.getWidget(0)/**main**/);