diff --git a/Userland/Applications/FontEditor/FontEditor.cpp b/Userland/Applications/FontEditor/FontEditor.cpp index 1480be6841..805af9cdf0 100644 --- a/Userland/Applications/FontEditor/FontEditor.cpp +++ b/Userland/Applications/FontEditor/FontEditor.cpp @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -32,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/Userland/Applications/FontEditor/NewFontDialog.h b/Userland/Applications/FontEditor/NewFontDialog.h index 8299125733..86cff47286 100644 --- a/Userland/Applications/FontEditor/NewFontDialog.h +++ b/Userland/Applications/FontEditor/NewFontDialog.h @@ -9,7 +9,6 @@ #include #include #include -#include class NewFontDialog final : public GUI::WizardDialog { C_OBJECT(NewFontDialog); @@ -40,10 +39,6 @@ private: bool is_fixed_width; } m_new_font_metadata; - RefPtr m_font_selection_page; - RefPtr m_select_font_combobox; - RefPtr m_browse_button; - RefPtr m_font_properties_page; RefPtr m_name_textbox; RefPtr m_family_textbox;