aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs')
-rw-r--r--Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs b/Emby.Server.Implementations/TextEncoding/NLangDetect/ErrorCode.cs
deleted file mode 100644
index 3ffd3b2d9..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,
- }
-}