[longomatch] Remove unused code



commit 31cf478dd4d60ab3049a03f8567689b9a91fad17
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 29 15:14:32 2014 +0200

    Remove unused code

 LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs 
b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
index ed9769b..3d10c47 100644
--- a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
@@ -143,7 +143,6 @@ namespace LongoMatch.Gui.Component
                        bdaydatepicker.ValueChanged += HandleEntryChanged;
                        
                        applybutton.Clicked += (s,e) => {ParseTactics();}; 
-                       tacticsentry.Activated += (s, e) => {ParseTactics();};
 
                        Edited = false;
                }


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