[longomatch] Delete unused enum



commit edebc886ff34b8df52063c5bf7c9fac022a6e727
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Mar 22 00:38:09 2014 +0100

    Delete unused enum

 LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs b/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
index 769a7f7..0a00209 100644
--- a/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
@@ -46,12 +46,6 @@ namespace LongoMatch.Gui.Panel
                
                ITeamTemplatesProvider provider;
                
-                enum Page {
-                       NewTeam,
-                       Team,
-                       Player
-                }
-                
                public TeamsTemplatesPanel ()
                {
                        this.Build ();


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