aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Constants/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Constants/Constants.cs')
-rw-r--r--MediaBrowser.Common/Constants/Constants.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Constants/Constants.cs b/MediaBrowser.Common/Constants/Constants.cs
index 27037db93..d569fd8ea 100644
--- a/MediaBrowser.Common/Constants/Constants.cs
+++ b/MediaBrowser.Common/Constants/Constants.cs
@@ -4,7 +4,5 @@ namespace MediaBrowser.Common.Constants
public static class Constants
{
public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
- public const string MbServerPkgName = "MBServer";
- public const string MbTheaterPkgName = "MBTheater";
}
}