1
Fork 0
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:
Andreas Kling 2021-09-08 11:03:23 +02:00
parent a38aefed0b
commit 9d9500989a
3 changed files with 0 additions and 3 deletions

View file

@ -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;