mirror of https://github.com/BOINC/boinc.git
remove comment
This commit is contained in:
parent
3b67f2926d
commit
ea57d4d838
|
@ -288,7 +288,6 @@ void CDlgExclusiveApps::AddToListBox(wxListBox * theListBox) {
|
||||||
wxASSERT(pDoc);
|
wxASSERT(pDoc);
|
||||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||||
|
|
||||||
// ? why use these instead of ifdefs?
|
|
||||||
if (strstr(pDoc->state.host_info.os_name, "Darwin")) {
|
if (strstr(pDoc->state.host_info.os_name, "Darwin")) {
|
||||||
hostIsMac = true;
|
hostIsMac = true;
|
||||||
} else if (strstr(pDoc->state.host_info.os_name, "Microsoft")) {
|
} else if (strstr(pDoc->state.host_info.os_name, "Microsoft")) {
|
||||||
|
|
Loading…
Reference in New Issue