mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
LibPDF: Remove declarations for non-existent methods
This commit is contained in:
parent
a39ac5a312
commit
bc1504c794
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ public:
|
|||
static PDFErrorOr<NonnullRefPtr<Type1FontProgram>> create(ReadonlyBytes const&, RefPtr<Encoding>, size_t cleartext_length, size_t encrypted_length);
|
||||
|
||||
private:
|
||||
Gfx::AffineTransform glyph_transform_to_device_space(Glyph const&, float width) const;
|
||||
|
||||
PDFErrorOr<void> parse_encrypted_portion(ByteBuffer const&);
|
||||
PDFErrorOr<Vector<ByteBuffer>> parse_subroutines(Reader&) const;
|
||||
static PDFErrorOr<Vector<float>> parse_number_array(Reader&, size_t length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue