[chronojump] Removed unused event_execute_button_properties and related code



commit bb14087ff25eaa244e28049c2732e795576502fc
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Sep 1 19:34:10 2021 +0200

    Removed unused event_execute_button_properties and related code

 glade/app1.glade        | 30 ++++--------------------------
 src/gui/eventExecute.cs |  6 ------
 2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 9adf36205..c4c709f1b 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -7872,28 +7872,6 @@ EncoderInertialCapture</property>
                                                             </packing>
                                                             </child>
                                                             <child>
-                                                            <widget class="GtkButton" 
id="event_execute_button_properties">
-                                                            <property name="can_focus">True</property>
-                                                            <property name="receives_default">True</property>
-                                                            <property name="has_tooltip">True</property>
-                                                            <property name="tooltip" 
translatable="yes">Properties</property>
-                                                            <signal name="clicked" 
handler="on_event_execute_button_properties_clicked" swapped="no"/>
-                                                            <child>
-                                                            <widget class="GtkImage" id="image1664">
-                                                            <property name="visible">True</property>
-                                                            <property name="can_focus">False</property>
-                                                            <property name="stock">gtk-properties</property>
-                                                            <property name="icon-size">1</property>
-                                                            </widget>
-                                                            </child>
-                                                            </widget>
-                                                            <packing>
-                                                            <property name="expand">False</property>
-                                                            <property name="fill">False</property>
-                                                            <property name="position">1</property>
-                                                            </packing>
-                                                            </child>
-                                                            <child>
                                                             <widget class="GtkAlignment" 
id="align_check_vbox_contacts_graph_legend">
                                                             <property name="can_focus">False</property>
                                                             <property name="bottom_padding">6</property>
@@ -7918,7 +7896,7 @@ EncoderInertialCapture</property>
                                                             <packing>
                                                             <property name="expand">False</property>
                                                             <property name="fill">False</property>
-                                                            <property name="position">2</property>
+                                                            <property name="position">1</property>
                                                             </packing>
                                                             </child>
                                                             <child>
@@ -7940,7 +7918,7 @@ EncoderInertialCapture</property>
                                                             <packing>
                                                             <property name="expand">False</property>
                                                             <property name="fill">False</property>
-                                                            <property name="position">3</property>
+                                                            <property name="position">2</property>
                                                             </packing>
                                                             </child>
                                                             <child>
@@ -8053,7 +8031,7 @@ EncoderInertialCapture</property>
                                                             <packing>
                                                             <property name="expand">False</property>
                                                             <property name="fill">False</property>
-                                                            <property name="position">4</property>
+                                                            <property name="position">3</property>
                                                             </packing>
                                                             </child>
                                                             <child>
@@ -8153,7 +8131,7 @@ EncoderInertialCapture</property>
                                                             <property name="expand">False</property>
                                                             <property name="fill">False</property>
                                                             <property name="pack_type">end</property>
-                                                            <property name="position">5</property>
+                                                            <property name="position">4</property>
                                                             </packing>
                                                             </child>
                                                             </widget>
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 74eac7396..e67f789d3 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -2941,12 +2941,6 @@ public partial class ChronoJumpWindow
                        //videoCapturePrepare(false); //if error, show message
                }
        }
-       
-       
-       void on_event_execute_button_properties_clicked (object o, EventArgs args) {
-               //now show the eventGraphConfigureWin
-               eventGraphConfigureWin = EventGraphConfigureWindow.Show(true);
-       }
 
        void on_event_execute_finish_clicked (object o, EventArgs args)
        {


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