X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95316a3f245a4baf3046e97222660bed986153ed..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/msw/frame.cpp diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 34e00745ec..673f1d989a 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -57,12 +57,6 @@ #include "wx/univ/colschem.h" #endif // __WXUNIVERSAL__ -// FIXME-VC6: Only VC6 doesn't have this in its standard headers so this -// could be removed once support for it is dropped. -#ifndef WM_UNINITMENUPOPUP - #define WM_UNINITMENUPOPUP 0x0125 -#endif - // ---------------------------------------------------------------------------- // globals // ----------------------------------------------------------------------------