1
Fork 0
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:
Sam Atkins 2022-01-10 15:04:52 +00:00 committed by Andreas Kling
parent 15a7dfbc30
commit 70a79ea70c

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 };