Remove unused imgFlag_t value IMGFLAG_SRGB

This commit is contained in:
Zack Middleton 2017-07-30 15:39:32 -05:00
parent 39716745f9
commit e62941396d
2 changed files with 3 additions and 4 deletions

View file

@ -43,8 +43,7 @@ typedef enum
IMGFLAG_NO_COMPRESSION = 0x0010,
IMGFLAG_NOLIGHTSCALE = 0x0020,
IMGFLAG_CLAMPTOEDGE = 0x0040,
IMGFLAG_SRGB = 0x0080,
IMGFLAG_GENNORMALMAP = 0x0100,
IMGFLAG_GENNORMALMAP = 0x0080,
} imgFlags_t;
typedef struct image_s {