From cf61ac0264883e53f024088a88148b87cbbf89a7 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sun, 17 Mar 2013 23:10:21 -0400 Subject: fixed client type display for ios. also fixed display preferences saving. --- MediaBrowser.Model/Connectivity/ClientType.cs | 41 --------------------------- 1 file changed, 41 deletions(-) delete mode 100644 MediaBrowser.Model/Connectivity/ClientType.cs (limited to 'MediaBrowser.Model/Connectivity/ClientType.cs') diff --git a/MediaBrowser.Model/Connectivity/ClientType.cs b/MediaBrowser.Model/Connectivity/ClientType.cs deleted file mode 100644 index 3ae3ded21..000000000 --- a/MediaBrowser.Model/Connectivity/ClientType.cs +++ /dev/null @@ -1,41 +0,0 @@ -namespace MediaBrowser.Model.Connectivity -{ - /// - /// Enum ClientType - /// - public enum ClientType - { - /// - /// The other - /// - Other, - /// - /// The android - /// - Android, - /// - /// The dashboard - /// - Dashboard, - /// - /// The dlna - /// - Dlna, - /// - /// The ios - /// - Ios, - /// - /// The pc - /// - Pc, - /// - /// The windows phone - /// - WindowsPhone, - /// - /// The windows RT - /// - WindowsRT - } -} -- cgit v1.2.3