summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2021-11-29 11:09:40 -0500
committerAndreas Kling <kling@serenityos.org>2021-11-30 10:51:51 +0100
commite3e3c03dca83fd9be29c6743704deb956d7f6682 (patch)
tree2251d6f12da604d66fc70135316051ce700622bb /Userland
parentca77aea099f50b47f81ae95f2d198641db27fdc9 (diff)
downloadserenity-e3e3c03dca83fd9be29c6743704deb956d7f6682.zip
FontEditor: Remove unused Vector<String>
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Applications/FontEditor/NewFontDialog.h1
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;
};