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

Remove `DDS_INDEXED` from DDSFormat
This commit is contained in:
Rémi Verschelde 2023-08-21 19:26:38 +02:00
commit ca00520525
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -66,7 +66,6 @@ enum DDSFormat {
DDS_BGR5A1,
DDS_BGR565,
DDS_BGR10A2,
DDS_INDEXED,
DDS_LUMINANCE,
DDS_LUMINANCE_ALPHA,
DDS_MAX