mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
LibWeb: Remove declarations for non-existent methods
This commit is contained in:
parent
8d31e04b8a
commit
7891ad2a28
5 changed files with 0 additions and 9 deletions
|
@ -51,8 +51,6 @@ private:
|
|||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
void animate();
|
||||
|
||||
virtual JS::GCPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
ImageLoader m_image_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue