summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer/NotificationServer.ipc
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-23 09:21:26 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-23 09:53:55 +0200
commit78b57fcea3233b9efccd23ef136a166cc6996d71 (patch)
tree43290c27bf9a19a16d4ac68d13b1afaadcb4b2af /Userland/Services/NotificationServer/NotificationServer.ipc
parent5424372d505687504424ce657b1438aea8f2a315 (diff)
downloadserenity-78b57fcea3233b9efccd23ef136a166cc6996d71.zip
NotificationServer: Remove unnecessary greet() message
Diffstat (limited to 'Userland/Services/NotificationServer/NotificationServer.ipc')
-rw-r--r--Userland/Services/NotificationServer/NotificationServer.ipc3
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)