[longomatch] Remove warnings



commit e3f8ae6a16a7daae0a46ea0b9be5a2cc75a03775
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 23 23:06:52 2011 +0100

    Remove warnings

 LongoMatch.GUI/Gui/Component/TimeScale.cs        |    1 -
 LongoMatch.Services/Services/GameUnitsManager.cs |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TimeScale.cs b/LongoMatch.GUI/Gui/Component/TimeScale.cs
index be7f1ed..528cb05 100644
--- a/LongoMatch.GUI/Gui/Component/TimeScale.cs
+++ b/LongoMatch.GUI/Gui/Component/TimeScale.cs
@@ -40,7 +40,6 @@ namespace LongoMatch.Gui.Component
 	public class TimeScale : TimeScaleBase<Play>
 	{
 		private Category category;
-		private Cairo.Color color;
 		
 		public event NewTagAtFrameHandler NewMarkAtFrameEvent;
 		public event TimeNodeChangedHandler TimeNodeChanged;
diff --git a/LongoMatch.Services/Services/GameUnitsManager.cs b/LongoMatch.Services/Services/GameUnitsManager.cs
index 3d96b0c..616a704 100644
--- a/LongoMatch.Services/Services/GameUnitsManager.cs
+++ b/LongoMatch.Services/Services/GameUnitsManager.cs
@@ -69,7 +69,6 @@ namespace LongoMatch.Services
 		
 		private void StopGameUnit(GameUnit gameUnit) {
 			TimelineNode timeInfo;
-			GameUnit projectGameUnit;
 			Time start, stop;
 			
 			if (gameUnitsStarted.ContainsKey(gameUnit))



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