mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibPDF: Remove unused member
This commit is contained in:
parent
416585f75a
commit
f06de0fa07
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ private:
|
||||||
static PDFErrorOr<ByteBuffer> decrypt(ReadonlyBytes const&, u16 key, size_t skip);
|
static PDFErrorOr<ByteBuffer> decrypt(ReadonlyBytes const&, u16 key, size_t skip);
|
||||||
static bool seek_name(Reader&, DeprecatedString const&);
|
static bool seek_name(Reader&, DeprecatedString const&);
|
||||||
|
|
||||||
Vector<ByteBuffer> m_character_names;
|
|
||||||
|
|
||||||
u16 m_encryption_key { 4330 };
|
u16 m_encryption_key { 4330 };
|
||||||
int m_lenIV { 4 };
|
int m_lenIV { 4 };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue