diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationLevel.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationLevel.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationLevel.cs b/MediaBrowser.Model/Notifications/NotificationLevel.cs deleted file mode 100644 index a49ee2fe6..000000000 --- a/MediaBrowser.Model/Notifications/NotificationLevel.cs +++ /dev/null @@ -1,10 +0,0 @@ - -namespace MediaBrowser.Model.Notifications -{ - public enum NotificationLevel - { - Normal = 0, - Warning = 1, - Error = 2 - } -} |
