1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

WebContent: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:24:16 +02:00
parent 6b2f24018d
commit 67b47d62f3
4 changed files with 0 additions and 8 deletions

View file

@ -32,7 +32,6 @@ private:
Web::Page& page();
const Web::Page& page() const;
virtual void greet() override;
virtual void update_system_theme(Core::AnonymousBuffer const&) override;
virtual void update_system_fonts(String const&, String const&) override;
virtual void update_screen_rect(Gfx::IntRect const&) override;