mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGfx: Remove unused cruft from Painter.h
This commit is contained in:
parent
fe4cc32380
commit
2f23912a55
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/2f23912a55 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/50
1 changed files with 0 additions and 4 deletions
|
@ -45,8 +45,6 @@ ALWAYS_INLINE static Color color_for_format(BitmapFormat format, ARGB32 value)
|
|||
|
||||
class Painter {
|
||||
public:
|
||||
static constexpr int LINE_SPACING = 4;
|
||||
|
||||
explicit Painter(Gfx::Bitmap&);
|
||||
~Painter() = default;
|
||||
|
||||
|
@ -166,6 +164,4 @@ private:
|
|||
Painter& m_painter;
|
||||
};
|
||||
|
||||
ByteString parse_ampersand_string(StringView, Optional<size_t>* underline_offset = nullptr);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue