More cleanups.

This commit is contained in:
Stephen Anthony 2024-05-09 19:59:51 -02:30
parent 7e6880908b
commit bda71d1eb6
1 changed files with 0 additions and 4 deletions

View File

@ -285,10 +285,6 @@ class FBSurface
struct Attributes {
bool blending{false}; // Blending is enabled
uInt32 blendalpha{100}; // Alpha to use in blending mode (0-100%)
bool operator==(const Attributes& other) const {
return blendalpha == other.blendalpha && blending == other.blending;
}
};
/**