if running as a daemon, don't set disable_graphics, remove "No application graphics will be available" message.

svn path=/trunk/boinc/; revision=13511
This commit is contained in:
Charlie Fenton 2007-09-02 14:00:45 +00:00
parent 551ad7b77a
commit 09033009e0
1 changed files with 0 additions and 8 deletions

View File

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