1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

LibGUI: Remove unused method definitions from GlyphMapWidget

These got added recently but were never implemented, so let's remove
them. :^)
This commit is contained in:
Sam Atkins 2022-01-10 15:04:52 +00:00 committed by Andreas Kling
parent 15a7dfbc30
commit 70a79ea70c
Notes: sideshowbarker 2024-07-17 20:46:30 +09:00

View file

@ -71,10 +71,6 @@ private:
Gfx::IntRect get_outer_rect(int glyph) const;
void cut_glyph(int glyph);
void copy_glyph(int glyph);
void paste_glyph(int glyph);
void delete_glyph(int glyph);
void recalculate_content_size();
int m_glyph_count { 0x110000 };