From 976ec533be8ae375472205f86300e240036f2d5d Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 19 Apr 2024 21:24:03 -0500 Subject: [PATCH] Remove noisy useless warning (#470) --- Auxiliary/DirectXTexXboxDDS.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Auxiliary/DirectXTexXboxDDS.cpp b/Auxiliary/DirectXTexXboxDDS.cpp index d7c23bc..9165757 100644 --- a/Auxiliary/DirectXTexXboxDDS.cpp +++ b/Auxiliary/DirectXTexXboxDDS.cpp @@ -128,18 +128,6 @@ namespace auto xboxext = reinterpret_cast( reinterpret_cast(pSource) + sizeof(uint32_t) + sizeof(DDS_HEADER)); - #ifdef _GXDK_VER - if (xboxext->xdkVer < _GXDK_VER) - { - OutputDebugStringA("WARNING: DDS XBOX file may be outdated and need regeneration\n"); - } - #elif defined(_XDK_VER) - if (xboxext->xdkVer < _XDK_VER) - { - OutputDebugStringA("WARNING: DDS XBOX file may be outdated and need regeneration\n"); - } - #endif - metadata.arraySize = xboxext->arraySize; if (metadata.arraySize == 0) {