mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibGfx: Delete unused DisjointRectSet
This commit is contained in:
parent
1e05457cd1
commit
7460f0c6e2
Notes:
github-actions[bot]
2024-11-11 01:47:28 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 7460f0c6e2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2277
3 changed files with 0 additions and 299 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue