mirror of https://github.com/BOINC/boinc.git
fix build break
svn path=/branches/boinc_core_release_6_8/; revision=20662
This commit is contained in:
parent
48774db641
commit
902e792418
|
@ -211,8 +211,6 @@ void show_jobs(unsigned int index, double alpha) {
|
|||
#endif
|
||||
case SUSPEND_REASON_EXCLUSIVE_APP_RUNNING:
|
||||
p = "Computing suspended while exclusive application running"; break;
|
||||
case SUSPEND_REASON_CPU_USAGE:
|
||||
p = "Computing suspended because processor usage is high"; break;
|
||||
}
|
||||
if (p) {
|
||||
y -= .1;
|
||||
|
|
Loading…
Reference in New Issue