mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
FontEditor: Remove reprobe_font()
This was used to update GlyphMapWidget on Type changes and is
no longer needed since removal of Type enumeration in bb592ae
.
This commit is contained in:
parent
144d32d537
commit
e8f3fda3cf
2 changed files with 0 additions and 9 deletions
|
@ -27,7 +27,6 @@ public:
|
|||
const Gfx::BitmapFont& font() const { return *m_font; }
|
||||
|
||||
void update_glyph(int);
|
||||
void reprobe_font();
|
||||
|
||||
Function<void(int)> on_glyph_selected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue