From b35dcbb9f02c27d2d84ee3281a60d654a3fb1259 Mon Sep 17 00:00:00 2001 From: cvium Date: Wed, 16 Jan 2019 20:50:40 +0100 Subject: Remove MediaBrowser.Text since it violates licenses and is overall hacky --- .../TextEncoding/NLangDetect/InternalException.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Emby.Server.Implementations/TextEncoding/NLangDetect/InternalException.cs (limited to 'Emby.Server.Implementations/TextEncoding/NLangDetect/InternalException.cs') diff --git a/Emby.Server.Implementations/TextEncoding/NLangDetect/InternalException.cs b/Emby.Server.Implementations/TextEncoding/NLangDetect/InternalException.cs deleted file mode 100644 index 6ed1efa88..000000000 --- a/Emby.Server.Implementations/TextEncoding/NLangDetect/InternalException.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; - -namespace NLangDetect.Core -{ - [Serializable] - public class InternalException : Exception - { - #region Constructor(s) - - public InternalException(string message, Exception innerException) - : base(message, innerException) - { - } - - public InternalException(string message) - : this(message, null) - { - } - - #endregion - } -} -- cgit v1.2.3