diff options
Diffstat (limited to 'Userland/Applications/FontEditor/FontEditor.h')
-rw-r--r-- | Userland/Applications/FontEditor/FontEditor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Applications/FontEditor/FontEditor.h b/Userland/Applications/FontEditor/FontEditor.h index 4e598b3f7e..13e9da8bf2 100644 --- a/Userland/Applications/FontEditor/FontEditor.h +++ b/Userland/Applications/FontEditor/FontEditor.h @@ -39,7 +39,6 @@ private: void undo(); void redo(); - void did_change_undo_stack(); void did_modify_font(); RefPtr<Gfx::BitmapFont> m_edited_font; @@ -90,6 +89,4 @@ private: Vector<String> m_font_weight_list; Vector<String> m_font_type_list; bool m_font_metadata { true }; - bool m_font_modified { false }; - bool m_font_newly_opened { true }; }; |