mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibPDF: Remove declarations for non-existent methods
This commit is contained in:
parent
a39ac5a312
commit
bc1504c794
Notes:
sideshowbarker
2024-07-17 01:06:11 +09:00
Author: https://github.com/AtkinsSJ
Commit: bc1504c794
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
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