mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
FontEditor: Remove unused headers and member variables
This commit is contained in:
parent
2227f8f8ae
commit
bae36a7264
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/thankyouverycool Commit: https://github.com/SerenityOS/serenity/commit/bae36a7264 Pull-request: https://github.com/SerenityOS/serenity/pull/14490
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…
Reference in a new issue