mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibWeb: Remove unused PageClient::is_multi_process()
This commit is contained in:
parent
a38aefed0b
commit
9d9500989a
3 changed files with 0 additions and 3 deletions
|
@ -63,7 +63,6 @@ private:
|
|||
virtual void did_scroll() override;
|
||||
|
||||
// ^Web::PageClient
|
||||
virtual bool is_multi_process() const override { return false; }
|
||||
virtual Gfx::Palette palette() const override { return GUI::AbstractScrollableWidget::palette(); }
|
||||
virtual Gfx::IntRect screen_rect() const override { return GUI::Desktop::the().rect(); }
|
||||
virtual void page_did_change_title(const String&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue