mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +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
1 changed files with 0 additions and 4 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue