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

@ -26,7 +26,6 @@ void WebContentClient::die()
void WebContentClient::handshake()
{
greet();
}
void WebContentClient::did_paint(const Gfx::IntRect&, i32 bitmap_id)