[chronojump] small cleaning



commit 824a829033f2e21ada3e31f28b39c974d98b085c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 24 14:06:33 2011 +0100

    small cleaning

 src/gui/chronojump.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 880a15a..682fc0c 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -387,7 +387,6 @@ public class ChronoJumpWindow
 	
 	static EventExecuteWindow eventExecuteWin;
 
-	private bool firstTest; //if the chronopic is not connected, this is used to show the user that's simulated
 	private bool firstRjValue;
 	private double rjTcCount;
 	private double rjTvCount;
@@ -493,7 +492,6 @@ public class ChronoJumpWindow
 		}
 		*/
 		
-		firstTest = true;
 	}
 /*
 	private void chronopicAtStart(object o, EventArgs args) {
@@ -2888,7 +2886,6 @@ Console.WriteLine("X");
 	//suitable for all jumps not repetitive
 	private void on_normal_jump_activate (object o, EventArgs args) 
 	{
-		firstTest = false;
 		if(o == (object) button_free || o == (object) menuitem_jump_free) {
 			currentJumpType = new JumpType("Free");
 		}else if(o == (object) button_sj || o == (object) sj) {



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