mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
FontEditor: Remove unused headers and member variables
This commit is contained in:
parent
2227f8f8ae
commit
bae36a7264
2 changed files with 0 additions and 7 deletions
|
@ -17,7 +17,6 @@
|
|||
#include <LibDesktop/Launcher.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/CheckBox.h>
|
||||
#include <LibGUI/Clipboard.h>
|
||||
|
@ -32,7 +31,6 @@
|
|||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Menubar.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/SpinBox.h>
|
||||
#include <LibGUI/Statusbar.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <LibGUI/Window.h>
|
||||
#include <LibGUI/Wizards/WizardDialog.h>
|
||||
#include <LibGUI/Wizards/WizardPage.h>
|
||||
#include <LibGfx/Font/BitmapFont.h>
|
||||
|
||||
class NewFontDialog final : public GUI::WizardDialog {
|
||||
C_OBJECT(NewFontDialog);
|
||||
|
@ -40,10 +39,6 @@ private:
|
|||
bool is_fixed_width;
|
||||
} m_new_font_metadata;
|
||||
|
||||
RefPtr<GUI::WizardPage> m_font_selection_page;
|
||||
RefPtr<GUI::ComboBox> m_select_font_combobox;
|
||||
RefPtr<GUI::Button> m_browse_button;
|
||||
|
||||
RefPtr<GUI::WizardPage> m_font_properties_page;
|
||||
RefPtr<GUI::TextBox> m_name_textbox;
|
||||
RefPtr<GUI::TextBox> m_family_textbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue