fix build break

svn path=/branches/boinc_core_release_6_8/; revision=20662
This commit is contained in:
Rom Walton 2010-02-19 18:13:33 +00:00
parent 48774db641
commit 902e792418
1 changed files with 0 additions and 2 deletions

View File

@ -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;