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:
parent
5424372d50
commit
78b57fcea3
4 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue