diff --git a/Userland/Libraries/LibPDF/Fonts/PS1FontProgram.h b/Userland/Libraries/LibPDF/Fonts/PS1FontProgram.h index b1980c1a6a..55f81e9302 100644 --- a/Userland/Libraries/LibPDF/Fonts/PS1FontProgram.h +++ b/Userland/Libraries/LibPDF/Fonts/PS1FontProgram.h @@ -35,8 +35,6 @@ private: static PDFErrorOr decrypt(ReadonlyBytes const&, u16 key, size_t skip); static bool seek_name(Reader&, DeprecatedString const&); - Vector m_character_names; - u16 m_encryption_key { 4330 }; int m_lenIV { 4 }; };