From 902e7924187c8ad342184ccbf7a278c274618872 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 19 Feb 2010 18:13:33 +0000 Subject: [PATCH] fix build break svn path=/branches/boinc_core_release_6_8/; revision=20662 --- clientscr/ss_app.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientscr/ss_app.cpp b/clientscr/ss_app.cpp index 8a047130e9..ee601c6b9c 100644 --- a/clientscr/ss_app.cpp +++ b/clientscr/ss_app.cpp @@ -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;