diff options
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/NotificationDaemon.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/NotificationDaemon.cs b/ShiftOS_TheReturn/NotificationDaemon.cs index c6ba90a..3ea8a54 100644 --- a/ShiftOS_TheReturn/NotificationDaemon.cs +++ b/ShiftOS_TheReturn/NotificationDaemon.cs @@ -35,7 +35,6 @@ namespace ShiftOS.Engine NotificationMade?.Invoke(lst[lst.Count - 1]); } - public static event Action NotificationRead; public static void MarkRead(int note) { @@ -45,7 +44,6 @@ namespace ShiftOS.Engine notes[note].Read = true; WriteNotes(notes); - NotificationRead?.Invoke(); } public static int GetUnreadCount() |
