-/* By default, if wxHTML is compiled in, use the
- wxHelpControllerHtml. If not, use the external help controller.
- (of course, we shouldn't do it for wxMSW)
-*/
-
-#if wxUSE_HTML
-# include "wx/generic/helpwxht.h"
-# define wxHelpController wxHelpControllerHtml
-# define sm_classwxHelpController sm_classwxHelpControllerHtml