diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-11-29 11:09:40 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-30 10:51:51 +0100 |
commit | e3e3c03dca83fd9be29c6743704deb956d7f6682 (patch) | |
tree | 2251d6f12da604d66fc70135316051ce700622bb /Userland/Applications/FontEditor | |
parent | ca77aea099f50b47f81ae95f2d198641db27fdc9 (diff) | |
download | serenity-e3e3c03dca83fd9be29c6743704deb956d7f6682.zip |
FontEditor: Remove unused Vector<String>
Diffstat (limited to 'Userland/Applications/FontEditor')
-rw-r--r-- | Userland/Applications/FontEditor/NewFontDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/FontEditor/NewFontDialog.h b/Userland/Applications/FontEditor/NewFontDialog.h index 2516ed6f4d..3b99821daa 100644 --- a/Userland/Applications/FontEditor/NewFontDialog.h +++ b/Userland/Applications/FontEditor/NewFontDialog.h @@ -60,7 +60,6 @@ private: RefPtr<GUI::SpinBox> m_spacing_spinbox; RefPtr<GUI::CheckBox> m_fixed_width_checkbox; - Vector<String> m_font_list; Vector<String> m_font_weight_list; Vector<String> m_font_slope_list; }; |