]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menuitem.h
Add some "USE" defs that were missing.
[wxWidgets.git] / include / wx / menuitem.h
index 6fda4bd30dad28cdcb38582f506f2dcd4c1a8f3f..b80497652208d9d3559f3d1212205120c690fa8a 100644 (file)
 
 #include "wx/object.h"  // base class
 
-// ----------------------------------------------------------------------------
-// constants
-// ----------------------------------------------------------------------------
-
-// id for a separator line in the menu (invalid for normal item)
-#define wxID_SEPARATOR (-1)
-
-#ifndef ID_SEPARATOR    // for compatibility only, don't use in new code
-    #define ID_SEPARATOR    wxID_SEPARATOR
-#endif
-
 // ----------------------------------------------------------------------------
 // forward declarations
 // ----------------------------------------------------------------------------