From 479e85aca3dfc60f92f3d98ec82a5d58607e24db Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 29 Oct 2024 18:10:07 +0000 Subject: fixup(notifd): make dismissed signal internal its used only internally, the resolved signal is meant to be the public api --- lib/notifd/proxy.vala | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/notifd/proxy.vala') diff --git a/lib/notifd/proxy.vala b/lib/notifd/proxy.vala index bedb8b9..95e7105 100644 --- a/lib/notifd/proxy.vala +++ b/lib/notifd/proxy.vala @@ -32,10 +32,6 @@ internal class AstalNotifd.DaemonProxy : Object { set { proxy.dont_disturb = value; } } - public uint[] notification_ids() throws DBusError, IOError { - return proxy.notification_ids(); - } - public Notification get_notification(uint id) { return notifs.get(id); } -- cgit v1.2.3