1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

FontEditor: Remove redundant set_scale() helper

This commit is contained in:
thankyouverycool 2022-08-14 13:32:08 -04:00 committed by Andreas Kling
parent 8f7dbf363e
commit 61d93092cf
2 changed files with 2 additions and 8 deletions

View file

@ -70,7 +70,6 @@ private:
void did_modify_font();
void update_statusbar();
void update_preview();
void set_scale(i32);
void set_scale_and_save(i32);
ErrorOr<void> copy_selected_glyphs();