[longomatch] Remove unused code



commit c540e65e5711c60b7d1978dc3b376658e3b38dce
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jul 7 12:46:28 2014 +0200

    Remove unused code

 LongoMatch.Drawing/Widgets/PlaysTimeline.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch.Drawing/Widgets/PlaysTimeline.cs b/LongoMatch.Drawing/Widgets/PlaysTimeline.cs
index 56caf17..012ef23 100644
--- a/LongoMatch.Drawing/Widgets/PlaysTimeline.cs
+++ b/LongoMatch.Drawing/Widgets/PlaysTimeline.cs
@@ -45,7 +45,6 @@ namespace LongoMatch.Drawing.Widgets
                        secondsPerPixel = 0.1;
                        Accuracy = Constants.TIMELINE_ACCURACY;
                        SelectionMode = MultiSelectionMode.MultipleWithModifier;
-                       widget.ShowTooltipEvent += HandleShowTooltipEvent;
                }
 
                public void LoadProject (Project project, PlaysFilter filter) {
@@ -140,11 +139,6 @@ namespace LongoMatch.Drawing.Widgets
                        widget.ReDraw (categories[po.Play.Category]);
                }               
                
-               void HandleShowTooltipEvent (Point coords)
-               {
-                       
-               }
-
                protected override void SelectionChanged (List<Selection> selections) {
                        if (selections.Count > 0) {
                                PlayObject po = selections.Last().Drawable as PlayObject;


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