X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b28757f5e64bac68d9b159240616fc4d9ad66bc..236a9de39afa090fdee3cf91cb5364ceca69e3f8:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 0e5280b83f..bd68bd9699 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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