[chronojump] Minor change



commit 672de0d76d62ed6bc912a6863cb5e3a97aa1e9b7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Apr 30 20:28:43 2021 +0200

    Minor change

 src/util.cs | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index fd175d80..5ca959e9 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -1992,9 +1992,7 @@ public class Util
                if(unsorted_l.Count < 2)
                        return unsorted_l;
 
-               List<int> order_l = new List<int>(); //ints with the order
                List<string> sorted_l = new List<string>();
-
                for(int i = 0; i < unsorted_l.Count; i ++)
                {
                        double highest = 0;


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