Browse Source

Merge pull request #80669 from BlueCube3310/DDS-format-indexed-remove

Remove `DDS_INDEXED` from DDSFormat
Rémi Verschelde 2 years ago
parent
commit
ca00520525
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/dds/image_loader_dds.cpp

+ 0 - 1
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