remove unused Qt::ImageConversionFlag::NoAlpha enum

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-08-11 16:08:59 +03:00
parent 8cfd74d661
commit 943016748b

View file

@ -377,7 +377,6 @@ public:
ThresholdAlphaDither = 0x00000000,
OrderedAlphaDither = 0x00000004,
DiffuseAlphaDither = 0x00000008,
NoAlpha = 0x0000000c, // Not supported
Dither_Mask = 0x00000030,
DiffuseDither = 0x00000000,