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

@ -1,7 +1,5 @@
endpoint WebContentServer
{
greet() => ()
update_system_theme(Core::AnonymousBuffer theme_buffer) =|
update_system_fonts(String default_font_query, String fixed_width_font_query) =|
update_screen_rect(Gfx::IntRect rect) =|