mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:08:10 +00:00
LibWeb: Remove unused VideoBox preferred width/height methods
These were copied from some other paintable, but were never used for video.
This commit is contained in:
parent
338fa8261e
commit
c31e8cad1e
2 changed files with 0 additions and 13 deletions
|
@ -33,9 +33,6 @@ private:
|
|||
|
||||
// ^JS::Cell
|
||||
virtual void finalize() override;
|
||||
|
||||
int preferred_width() const;
|
||||
int preferred_height() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue