1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:17:45 +00:00

LibPDF: Remove unused member

This commit is contained in:
Rodrigo Tobar 2023-01-15 11:31:46 +08:00 committed by Andreas Kling
parent 416585f75a
commit f06de0fa07

View file

@ -35,8 +35,6 @@ private:
static PDFErrorOr<ByteBuffer> decrypt(ReadonlyBytes const&, u16 key, size_t skip);
static bool seek_name(Reader&, DeprecatedString const&);
Vector<ByteBuffer> m_character_names;
u16 m_encryption_key { 4330 };
int m_lenIV { 4 };
};