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

@ -59,10 +59,6 @@ const Web::Page& ClientConnection::page() const
return m_page_host->page();
}
void ClientConnection::greet()
{
}
void ClientConnection::update_system_theme(const Core::AnonymousBuffer& theme_buffer)
{
Gfx::set_system_theme(theme_buffer);