LibGfx: Delete unused DisjointRectSet

This commit is contained in:
Aliaksandr Kalenik 2024-11-11 01:21:28 +01:00 committed by Alexander Kalenik
commit 7460f0c6e2
Notes: github-actions[bot] 2024-11-11 01:47:28 +00:00
3 changed files with 0 additions and 299 deletions

View file

@ -13,9 +13,6 @@ class CMYKBitmap;
class ImmutableBitmap;
class Color;
template<typename T>
class DisjointRectSet;
class Emoji;
class Font;
class ImageDecoder;
@ -51,9 +48,6 @@ class Rect;
template<typename T>
class Quad;
using DisjointIntRectSet = DisjointRectSet<int>;
using DisjointFloatRectSet = DisjointRectSet<float>;
using IntLine = Line<int>;
using FloatLine = Line<float>;