[longomatch] Remove unused enum



commit 40d74c59ae13709d60e60f5fa2c960ead28d161e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Mar 26 18:35:52 2015 +0100

    Remove unused enum

 LongoMatch.Core/Common/Enums.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Enums.cs b/LongoMatch.Core/Common/Enums.cs
index b7d20e3..4287e9c 100644
--- a/LongoMatch.Core/Common/Enums.cs
+++ b/LongoMatch.Core/Common/Enums.cs
@@ -427,10 +427,4 @@ namespace LongoMatch.Core.Common
                LiveAnalysisReview,
                Analysis,
        }
-
-       public enum PlayerControllerType
-       {
-               Simple,
-               Multiple
-       }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]