[chronojump] Removed unused jumpRJ execute code



commit 53a854686646ccd623cfd1697e7fc89847407b16
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Dec 30 14:29:34 2014 +0100

    Removed unused jumpRJ execute code

 src/execute/jump.cs |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/src/execute/jump.cs b/src/execute/jump.cs
index 044a5e7..6e8b883 100644
--- a/src/execute/jump.cs
+++ b/src/execute/jump.cs
@@ -798,26 +798,6 @@ public class JumpRjExecute : JumpExecute
                                                }
                                        }
                                } 
-                               else {
-                                       //limited by time, if passed it, write
-                                       if(success) {
-                                               //write();
-                                               //write only if there's a jump at minimum
-                                               if(Util.GetNumberOfJumps(tcString, false) >= 1 && 
Util.GetNumberOfJumps(tvString, false) >= 1) {
-                                                       writeRj(false); //tempTable
-                                               } else {
-                                                       //cancel a jump if clicked finish before any events 
done
-                                                       cancel = true;
-                                               }
-                                       }
-                               }
-
-/*
-                               EndingConditionsJumpRj conditions = new EndingConditionsJumpRj();
-                               if(! conditionsOk(tv,tc)) 
-                                       finish = true;
-                                       posar MARCA de que les conditions no estan be i després mostrar quines
-*/
 
                                if(platformState == Chronopic.Plataforma.OFF)
                                        loggedState = States.OFF;


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