Remove PREMUL and INV_PREMUL macros
These macros have been deprecated since 5.3 and have always been private. Change-Id: I8c80b059a4c026c037f55279a3dfc0dca58c5d5c Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
This commit is contained in:
parent
41ef1965c5
commit
efcc16a0a7
@ -666,11 +666,6 @@ static Q_ALWAYS_INLINE uint qAlphaRgb30(uint c)
|
||||
return a;
|
||||
}
|
||||
|
||||
|
||||
// FIXME: Remove when all Qt modules have stopped using PREMUL and INV_PREMUL
|
||||
#define PREMUL(x) qPremultiply(x)
|
||||
#define INV_PREMUL(p) qUnpremultiply(p)
|
||||
|
||||
struct quint24 {
|
||||
quint24(uint value);
|
||||
operator uint() const;
|
||||
|
Loading…
Reference in New Issue
Block a user