[longomatch] Remove unused code



commit 8a28623ae549ff0c8358dc1b7a7442030952309f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Feb 26 21:17:04 2015 +0100

    Remove unused code

 LongoMatch.Core/Store/TimelineEvent.cs |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/LongoMatch.Core/Store/TimelineEvent.cs b/LongoMatch.Core/Store/TimelineEvent.cs
index ad5edbb..25d0674 100644
--- a/LongoMatch.Core/Store/TimelineEvent.cs
+++ b/LongoMatch.Core/Store/TimelineEvent.cs
@@ -85,22 +85,6 @@ namespace LongoMatch.Core.Store
                        get;
                        set;
                }
-               /* FIXME: Keep this until we support multiple drawings */
-               [JsonIgnore]
-               public FrameDrawing KeyFrameDrawing {
-                       get {
-                               if (Drawings.Count > 0)
-                                       return Drawings.First ();
-                               else
-                                       return null;
-                       }
-                       set {
-                               if (Drawings.Count == 0)
-                                       Drawings.Add (value);
-                               else
-                                       Drawings [0] = value;
-                       }
-               }
 
                /// <summary>
                /// Get wether the play has at least a frame drawing


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