From ea57d4d838e28e0c75bd604d4ba9bf904f9f7401 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 13 Mar 2019 15:23:02 -0700 Subject: [PATCH] remove comment --- clientgui/DlgExclusiveApps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clientgui/DlgExclusiveApps.cpp b/clientgui/DlgExclusiveApps.cpp index c2c27104fd..243e09b5c3 100644 --- a/clientgui/DlgExclusiveApps.cpp +++ b/clientgui/DlgExclusiveApps.cpp @@ -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")) {