1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27: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

@ -34,7 +34,6 @@ public:
private:
// ^PageClient
virtual bool is_multi_process() const override { return true; }
virtual Gfx::Palette palette() const override;
virtual Gfx::IntRect screen_rect() const override { return m_screen_rect; }
virtual void page_did_invalidate(const Gfx::IntRect&) override;