1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

NotificationServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:21:26 +02:00
parent 5424372d50
commit 78b57fcea3
4 changed files with 0 additions and 9 deletions

View file

@ -1,8 +1,5 @@
endpoint NotificationServer
{
// Basic protocol
greet() => ()
show_notification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
update_notification_text([UTF8] String text, [UTF8] String title) => (bool still_showing)