[longomatch] Delete unused function



commit 34cb1d8a594542b279ac27668c4b32f119205def
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 14 18:13:14 2014 +0200

    Delete unused function

 LongoMatch.Drawing/Widgets/DashboardCanvas.cs |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/LongoMatch.Drawing/Widgets/DashboardCanvas.cs b/LongoMatch.Drawing/Widgets/DashboardCanvas.cs
index 282b524..497696b 100644
--- a/LongoMatch.Drawing/Widgets/DashboardCanvas.cs
+++ b/LongoMatch.Drawing/Widgets/DashboardCanvas.cs
@@ -130,21 +130,6 @@ namespace LongoMatch.Drawing.Widgets
                        }
                }
 
-               public void Refresh (DashboardButton b = null)
-               {
-                       TaggerObject to;
-                       
-                       if (Template == null) {
-                               return;
-                       }
-                       
-                       LoadTemplate ();
-                       to = (TaggerObject)Objects.FirstOrDefault (o => (o as TaggerObject).Tagger == b);
-                       if (to != null) {
-                               UpdateSelection (new Selection (to, SelectionPosition.All, 0));
-                       }
-               }
-
                protected override void ShowMenu (Point coords)
                {
                        Selection sel;


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