From 09033009e0f411a53f3a161f05e8c00605c3adfa Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sun, 2 Sep 2007 14:00:45 +0000 Subject: [PATCH] if running as a daemon, don't set disable_graphics, remove "No application graphics will be available" message. svn path=/trunk/boinc/; revision=13511 --- client/client_state.C | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/client_state.C b/client/client_state.C index e3c8dd029a..1987e90488 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -201,10 +201,6 @@ int CLIENT_STATE::init() { msg_printf(NULL, MSG_INFO, "BOINC is running as a service and as a non-system user." ); - msg_printf(NULL, MSG_INFO, - "No application graphics will be available." - ); - disable_graphics = true; } #endif @@ -213,10 +209,6 @@ int CLIENT_STATE::init() { msg_printf(NULL, MSG_INFO, "BOINC is running as a daemon." ); - msg_printf(NULL, MSG_INFO, - "No application graphics will be available." - ); - disable_graphics = true; } #endif