mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Remove HTMLImageElement::src()
This is no longer used.
This commit is contained in:
parent
4a1740f299
commit
3e8ede5dc4
|
|
@ -48,7 +48,6 @@ public:
|
|||
}
|
||||
|
||||
String alt() const { return get_attribute_value(HTML::AttributeNames::alt); }
|
||||
String src() const { return get_attribute_value(HTML::AttributeNames::src); }
|
||||
|
||||
RefPtr<Gfx::ImmutableBitmap> immutable_bitmap() const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user