[chronojump] Commented unused class: UtilMath.TwoListsOfInts



commit 7687c8d33ac5912b93f41723f21190dbfeaa315a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Dec 15 15:41:30 2021 +0100

    Commented unused class: UtilMath.TwoListsOfInts

 src/utilMath.cs | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/utilMath.cs b/src/utilMath.cs
index f01c129df..9c527f6d5 100644
--- a/src/utilMath.cs
+++ b/src/utilMath.cs
@@ -113,6 +113,7 @@ public class KeyDouble
        }
 }
 
+/*
 public class TwoListsOfInts
 {
        private string firstIntName; //just to be able to debug
@@ -160,6 +161,7 @@ public class TwoListsOfInts
                return second_l[pos];
        }
 }
+*/
 
 //like Point but for having an xStart and xEnd
 public class PointStartEnd


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