remove comment

This commit is contained in:
David Anderson 2019-03-13 15:23:02 -07:00
parent 3b67f2926d
commit ea57d4d838
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ void CDlgExclusiveApps::AddToListBox(wxListBox * theListBox) {
wxASSERT(pDoc);
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
// ? why use these instead of ifdefs?
if (strstr(pDoc->state.host_info.os_name, "Darwin")) {
hostIsMac = true;
} else if (strstr(pDoc->state.host_info.os_name, "Microsoft")) {