[chronojump] Minor change



commit db42934bcb382bacd1dd05fee57d74b232dd543b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 27 18:19:51 2020 +0100

    Minor change

 src/jumpsEvolution.cs | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/jumpsEvolution.cs b/src/jumpsEvolution.cs
index 78f5c32e..0d2e2093 100644
--- a/src/jumpsEvolution.cs
+++ b/src/jumpsEvolution.cs
@@ -39,7 +39,6 @@ public class JumpsEvolution
                 List<Jump> jump_l = SqliteJump.SelectJumps (personID, -1, jumpType);
 
                //2 convert to list of Point
-               //List<Point> point_l = new List<Point>();
                point_l = new List<Point>();
                 foreach(Jump j in jump_l)
                {


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