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 m_spacing_spinbox; RefPtr m_fixed_width_checkbox; - Vector m_font_list; Vector m_font_weight_list; Vector m_font_slope_list; };