mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove unused Qt::ImageConversionFlag::NoAlpha enum
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8cfd74d661
commit
943016748b
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ public:
|
|||
ThresholdAlphaDither = 0x00000000,
|
||||
OrderedAlphaDither = 0x00000004,
|
||||
DiffuseAlphaDither = 0x00000008,
|
||||
NoAlpha = 0x0000000c, // Not supported
|
||||
|
||||
Dither_Mask = 0x00000030,
|
||||
DiffuseDither = 0x00000000,
|
||||
|
|
Loading…
Add table
Reference in a new issue