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

FontEditor: Remove unused Vector<String>

This commit is contained in:
thankyouverycool 2021-11-29 11:09:40 -05:00 committed by Andreas Kling
parent ca77aea099
commit e3e3c03dca

View file

@ -60,7 +60,6 @@ private:
RefPtr<GUI::SpinBox> m_spacing_spinbox; RefPtr<GUI::SpinBox> m_spacing_spinbox;
RefPtr<GUI::CheckBox> m_fixed_width_checkbox; RefPtr<GUI::CheckBox> m_fixed_width_checkbox;
Vector<String> m_font_list;
Vector<String> m_font_weight_list; Vector<String> m_font_weight_list;
Vector<String> m_font_slope_list; Vector<String> m_font_slope_list;
}; };