From e92b5b405f5f24a8254adc21155d7e98bb3c48c0 Mon Sep 17 00:00:00 2001 From: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:34:00 +0200 Subject: [PATCH] Remove DDS_Indexed from DDSFormat enum --- modules/dds/image_loader_dds.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dds/image_loader_dds.cpp b/modules/dds/image_loader_dds.cpp index 42c8120595f..13ca1e6bff6 100644 --- a/modules/dds/image_loader_dds.cpp +++ b/modules/dds/image_loader_dds.cpp @@ -66,7 +66,6 @@ enum DDSFormat { DDS_BGR5A1, DDS_BGR565, DDS_BGR10A2, - DDS_INDEXED, DDS_LUMINANCE, DDS_LUMINANCE_ALPHA, DDS_MAX