Get rid of another pragma warning

This commit is contained in:
twinaphex 2017-04-19 16:11:35 +02:00
parent d4ecc6398d
commit 87c5b03bed

View File

@ -1518,8 +1518,6 @@ HRESULT WINAPI D3DXSHProjectCubeMap
#if _MSC_VER >= 1200
#pragma warning(pop)
#else
#pragma warning(default:4201)
#endif
#endif // __D3DX9MATH_H__