[chronojump/michrolab] commented unneded params on jumps execute



commit 9181e163551142ffed6a0c9c92aa9033fd706d4c
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Sep 1 14:21:32 2022 +0200

    commented unneded params on jumps execute

 src/execute/jump.cs        | 13 +++++++------
 src/gui/app1/chronojump.cs |  6 ++++--
 2 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/src/execute/jump.cs b/src/execute/jump.cs
index 1b66f4938..bf7f218f8 100644
--- a/src/execute/jump.cs
+++ b/src/execute/jump.cs
@@ -50,8 +50,8 @@ public class JumpExecute : EventExecute
        protected static JumpChangeImage jumpChangeImage;
 
        private int angle = -1;
-       private bool avoidGraph;
-       private bool heightPreferred;
+       //private bool avoidGraph;
+       //private bool heightPreferred;
        protected bool metersSecondsPreferred;
        protected Gtk.Image image_jump_execute_air;
        protected Gtk.Image image_jump_execute_land;
@@ -69,8 +69,9 @@ public class JumpExecute : EventExecute
                        Chronopic cp, int pDN,
                        bool volumeOn, Preferences.GstreamerTypes gstreamer,
                        double progressbarLimit, ExecutingGraphData egd, string description,
-                       bool avoidGraph, //on configChronojump.Exhibition do not show graph because it gets 
too slow with big database
-                       bool heightPreferred, bool metersSecondsPreferred,
+                       //bool avoidGraph, //on configChronojump.Exhibition do not show graph because it gets 
too slow with big database
+                       //bool heightPreferred,
+                       bool metersSecondsPreferred,
                        int graphLimit, bool graphAllTypes, bool graphAllPersons,
                        Gtk.Image image_jump_execute_air, Gtk.Image image_jump_execute_land,
                        bool upload, int uploadStationId, bool django //upload: configChronojump.Compujump && 
upload (contacts) button active
@@ -93,8 +94,8 @@ public class JumpExecute : EventExecute
                this.progressbarLimit = progressbarLimit;
                this.egd = egd;
                this.description = description;
-               this.avoidGraph = avoidGraph;
-               this.heightPreferred = heightPreferred;
+               //this.avoidGraph = avoidGraph;
+               //this.heightPreferred = heightPreferred;
                this.metersSecondsPreferred = metersSecondsPreferred;
                this.graphLimit = graphLimit;
                this.graphAllTypes = graphAllTypes;
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 2dc8f1acc..b713b846c 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -5202,8 +5202,10 @@ public partial class ChronoJumpWindow
                                currentSession.UniqueID, currentJumpType.UniqueID, currentJumpType.Name, 
myFall, jumpWeight,
                                cp2016.CP, preferences.digitsNumber,
                                preferences.volumeOn, preferences.gstreamer,
-                               progressbarLimit, egd, description, configChronojump.Exhibition,
-                               preferences.heightPreferred, preferences.metersSecondsPreferred,
+                               progressbarLimit, egd, description,
+                               //configChronojump.Exhibition,
+                               //preferences.heightPreferred,
+                               preferences.metersSecondsPreferred,
                                Convert.ToInt32(spin_contacts_graph_last_limit.Value),
                                radio_contacts_graph_allTests.Active, radio_contacts_graph_allPersons.Active,
                                image_jump_execute_air, image_jump_execute_land,


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