build: remove #define to prevent unexpected impact on user applications
authorAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 28 Jun 2017 15:49:15 +0000 (18:49 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 28 Jun 2017 15:50:55 +0000 (18:50 +0300)
modules/core/include/opencv2/core/cvdef.h

index 47b2c12..c1db302 100644 (file)
 #endif
 
 
-#if !defined _CRT_SECURE_NO_DEPRECATE && defined _MSC_VER && _MSC_VER > 1300
-#  define _CRT_SECURE_NO_DEPRECATE /* to avoid multiple Visual Studio warnings */
-#endif
-
 // undef problematic defines sometimes defined by system headers (windows.h in particular)
 #undef small
 #undef min