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) {