mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibGfx: Remove ImageDecoder::set_[non]volatile()
These methods are unused so let's remove them.
This commit is contained in:
parent
210448b6ed
commit
e5b70837de
22 changed files with 9 additions and 175 deletions
|
@ -81,8 +81,6 @@ public:
|
|||
static ErrorOr<NonnullOwnPtr<ImageDecoderPlugin>> create(ReadonlyBytes);
|
||||
|
||||
virtual IntSize size() override;
|
||||
virtual void set_volatile() override;
|
||||
[[nodiscard]] virtual bool set_nonvolatile(bool&) override;
|
||||
virtual ErrorOr<void> initialize() override;
|
||||
virtual bool is_animated() override { return false; }
|
||||
virtual size_t loop_count() override { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue