X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54912101ff14f15942ffaaf4a13ad31f9486fa8a..59f76658d3ab2bfd3e645617c7d2b7676ae63e18:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 7525bc763f..e4dedcf2dd 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 26.10.99 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -580,8 +579,6 @@ protected: #else // !wxUSE_BASE_CLASSES_ONLY #if defined(__WXUNIVERSAL__) #include "wx/univ/menu.h" -#elif defined(__WXPALMOS__) - #include "wx/palmos/menu.h" #elif defined(__WXMSW__) #include "wx/msw/menu.h" #elif defined(__WXMOTIF__)