From e3e3c03dca83fd9be29c6743704deb956d7f6682 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:09:40 -0500 Subject: [PATCH] FontEditor: Remove unused Vector --- Userland/Applications/FontEditor/NewFontDialog.h | 1 - 1 file changed, 1 deletion(-) 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; };