mirror of https://github.com/BOINC/boinc.git
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:
parent
551ad7b77a
commit
09033009e0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue