diff options
author | sfan5 <sfan5@live.de> | 2022-02-26 11:38:43 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-02-26 12:11:27 +0100 |
commit | df908ef4eaa7fd3292faa34d690edce40106da3c (patch) | |
tree | 7b8904f8bd7714768831ecfbe7c1c54a3e65549e /source/Irrlicht/CNullDriver.h | |
parent | 01586f584aef460686c9ac7a59900ea90eb23fe8 (diff) | |
download | irrlicht-df908ef4eaa7fd3292faa34d690edce40106da3c.tar.xz |
Get rid of various old compiler and platform checks
Diffstat (limited to 'source/Irrlicht/CNullDriver.h')
-rw-r--r-- | source/Irrlicht/CNullDriver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CNullDriver.h b/source/Irrlicht/CNullDriver.h index 90a8055..e95931f 100644 --- a/source/Irrlicht/CNullDriver.h +++ b/source/Irrlicht/CNullDriver.h @@ -22,10 +22,6 @@ #include "SLight.h"
#include "SExposedVideoData.h"
-#ifdef _MSC_VER
-#pragma warning( disable: 4996)
-#endif
-
namespace irr
{
namespace io
|