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:
parent
6b2f24018d
commit
67b47d62f3
4 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue