From 5c6538bcf0435ed72fd6ec07a570a8c4a6b7be50 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 Nov 2006 00:41:18 +0000 Subject: [PATCH] don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/cshelp.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index 57cea314d2..c24b709e98 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -34,11 +34,6 @@ #include "wx/tipwin.h" #include "wx/cshelp.h" -// wxUSE_MS_HTML_HELP is not defined under platforms other than MSW -#ifndef wxUSE_MS_HTML_HELP - #define wxUSE_MS_HTML_HELP 0 -#endif - #if wxUSE_MS_HTML_HELP #include "wx/msw/helpchm.h" // for ShowContextHelpPopup #include "wx/utils.h" // for wxGetMousePosition() -- 2.45.2