X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f0e16e186a58e730e38400f5ddd96df62ee19bb..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 6cef56c5e2..5dbb79b308 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: help.h +// Name: wx/help.h // Purpose: wxHelpController base header // Author: wxWidgets Team // Modified by: // Created: -// Copyright: (c) wxWidgets Team +// Copyright: (c) Julian Smart // RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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"