diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-23 09:21:26 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-23 09:53:55 +0200 |
commit | 78b57fcea3233b9efccd23ef136a166cc6996d71 (patch) | |
tree | 43290c27bf9a19a16d4ac68d13b1afaadcb4b2af /Userland/Services/NotificationServer/NotificationServer.ipc | |
parent | 5424372d505687504424ce657b1438aea8f2a315 (diff) | |
download | serenity-78b57fcea3233b9efccd23ef136a166cc6996d71.zip |
NotificationServer: Remove unnecessary greet() message
Diffstat (limited to 'Userland/Services/NotificationServer/NotificationServer.ipc')
-rw-r--r-- | Userland/Services/NotificationServer/NotificationServer.ipc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Services/NotificationServer/NotificationServer.ipc b/Userland/Services/NotificationServer/NotificationServer.ipc index 09875d84d4..c51c894c60 100644 --- a/Userland/Services/NotificationServer/NotificationServer.ipc +++ b/Userland/Services/NotificationServer/NotificationServer.ipc @@ -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) |