]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / include / wx / defs.h
index 0e5280b83f7140ecaa6da1b2b781870d3a9fb8a3..bd68bd96991c32b18a0d35dbd103452560dcb378 100644 (file)
@@ -1228,11 +1228,6 @@ enum wxStretch
 // id for a separator line in the menu (invalid for normal item)
 #define wxID_SEPARATOR (-1)
 
-// this one is for compatibility only, don't use in new code
-#ifndef ID_SEPARATOR
-    #define ID_SEPARATOR    wxID_SEPARATOR
-#endif
-
 // Standard menu IDs
 #define wxID_LOWEST             4999