X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95316a3f245a4baf3046e97222660bed986153ed..591805e0b85d26b6256617710277b26065a2b767:/src/msw/frame.cpp diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 34e00745ec..8c1b178657 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -57,12 +56,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 // ----------------------------------------------------------------------------