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/ErrorCode.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs (limited to 'Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs') diff --git a/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs b/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs deleted file mode 100644 index 87f07fc9c..000000000 --- a/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace NLangDetect.Core -{ - public enum ErrorCode - { - NoTextError, - FormatError, - FileLoadError, - DuplicateLangError, - NeedLoadProfileError, - CantDetectError, - CantOpenTrainData, - TrainDataFormatError, - InitParamError, - } -} -- cgit v1.2.3