1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 02:07:34 +00:00

LibWeb: Remove some unused functions from HTMLImageElement

This commit is contained in:
Andreas Kling 2020-06-14 19:05:36 +02:00
parent c7d9229a0f
commit ec39f419e5
2 changed files with 0 additions and 14 deletions

View file

@ -48,8 +48,6 @@ public:
String alt() const { return attribute(HTML::AttributeNames::alt); }
String src() const { return attribute(HTML::AttributeNames::src); }
int preferred_width() const;
int preferred_height() const;
const Gfx::Bitmap* bitmap() const;
const Gfx::ImageDecoder* image_decoder() const;