aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-08-05 20:37:21 -0400
committerGitHub <noreply@github.com>2016-08-05 20:37:21 -0400
commitfec7c4782432edd38fdbdcca9234a93b5562181a (patch)
tree0cee04cc690bfb3d4363181cf832d5ee43da54a6 /MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
parent407d82ea11383f55d2187a69c9711ee7511ee0e3 (diff)
parent23da61281ee108954de9799761fa9c78dc4547ce (diff)
Merge pull request #1932 from softworkz/ReduceWarnings
Reduced compiler warnings. No functional changes.
Diffstat (limited to 'MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs b/MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
index be8c6d48d..f30ba3e54 100644
--- a/MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
+++ b/MediaBrowser.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
@@ -22,7 +22,7 @@ namespace MediaBrowser.Server.Implementations.Notifications
public event EventHandler<NotificationUpdateEventArgs> NotificationAdded;
public event EventHandler<NotificationReadEventArgs> NotificationsMarkedRead;
- public event EventHandler<NotificationUpdateEventArgs> NotificationUpdated;
+ ////public event EventHandler<NotificationUpdateEventArgs> NotificationUpdated;
public async Task Initialize()
{