mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Remove unused HTML::Window::create_with_document()
This commit is contained in:
parent
7a9b8ced38
commit
a9cae56f8e
Notes:
sideshowbarker
2024-07-17 07:25:41 +09:00
Author: https://github.com/awesomekling
Commit: a9cae56f8e
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
2 changed files with 0 additions and 14 deletions
|
@ -33,7 +33,6 @@ class Window final
|
|||
|
||||
public:
|
||||
static JS::NonnullGCPtr<Window> create(JS::Realm&);
|
||||
static JS::NonnullGCPtr<Window> create_with_document(DOM::Document&);
|
||||
|
||||
~Window();
|
||||
|
||||
|
@ -119,7 +118,6 @@ public:
|
|||
|
||||
private:
|
||||
explicit Window(JS::Realm&);
|
||||
explicit Window(DOM::Document&);
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue