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
Notes: sideshowbarker 2024-07-17 23:20:20 +09:00

View File

@ -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;
};