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:
parent
a38aefed0b
commit
9d9500989a
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue