mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00: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:
parent
15a7dfbc30
commit
70a79ea70c
Notes:
sideshowbarker
2024-07-17 20:46:30 +09:00
Author: https://github.com/AtkinsSJ
Commit: 70a79ea70c
Pull-request: https://github.com/SerenityOS/serenity/pull/11839
1 changed files with 0 additions and 4 deletions
|
@ -71,10 +71,6 @@ private:
|
||||||
|
|
||||||
Gfx::IntRect get_outer_rect(int glyph) const;
|
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();
|
void recalculate_content_size();
|
||||||
|
|
||||||
int m_glyph_count { 0x110000 };
|
int m_glyph_count { 0x110000 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue