X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..14b682f7c36ecf660c2f0bd5c791b8d36d9775f8:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 2bbf133418..5dbb79b308 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: help.h +// Name: wx/help.h // Purpose: wxHelpController base header // Author: wxWidgets Team // Modified by: @@ -22,10 +22,6 @@ #include "wx/msw/wince/helpwce.h" #define wxHelpController wxWinceHelpController -#elif defined(__WXPALMOS__) - #include "wx/palmos/help.h" - - #define wxHelpController wxPalmHelpController #elif defined(__WXMSW__) #include "wx/msw/helpchm.h"