]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / defs.h
index a3a08d026fc690f88610e1c7c976a3f2d8e578fd..a96a6e91f442a5dae5ddded636ed76286a59a90d 100644 (file)
@@ -3335,17 +3335,6 @@ typedef const void* WXWidget;
 #define DECLARE_NO_ASSIGN_CLASS(classname) \
     wxDECLARE_NO_ASSIGN_CLASS(classname);
 
-/* Macro that can be used to indicate that a function doesn't throw. */
-#if defined(__cplusplus) && __cplusplus >= 199711L /* C++98 */
-#   if __cplusplus >= 201103L /* >= C++11 */
-#       define wxNOEXCEPT   noexcept
-#   else
-#       define wxNOEXCEPT   throw()
-#   endif
-#else
-#   define wxNOEXCEPT
-#endif
-
 /*  --------------------------------------------------------------------------- */
 /*  If a manifest is being automatically generated, add common controls 6 to it */
 /*  --------------------------------------------------------------------------- */