[chronojump] Clean warnings



commit 4fbefb47f7c98eed33351a1258e0351641bc19fa
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Dec 15 16:45:33 2021 +0100

    Clean warnings

 src/gui/app1/menu.cs         | 4 ++--
 src/gui/app1/menu_tiny.cs    | 6 +-----
 src/gui/app1/session/main.cs | 5 -----
 3 files changed, 3 insertions(+), 12 deletions(-)
---
diff --git a/src/gui/app1/menu.cs b/src/gui/app1/menu.cs
index ade14820b..6ae7cb256 100644
--- a/src/gui/app1/menu.cs
+++ b/src/gui/app1/menu.cs
@@ -34,7 +34,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Viewport viewport_send_log;
        [Widget] Gtk.Viewport viewport_exit_confirm;
        [Widget] Gtk.Viewport viewport_social_network_poll;
-       [Widget] Gtk.Viewport viewport_start_modes;
+       //[Widget] Gtk.Viewport viewport_start_modes;
        [Widget] Gtk.EventBox eventbox_check_menu_session;
        [Widget] Gtk.EventBox eventbox_button_menu_session_new;
        [Widget] Gtk.EventBox eventbox_button_menu_session_load;
@@ -62,7 +62,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Button button_menu_help;
        [Widget] Gtk.Button button_menu_news;
        [Widget] Gtk.VButtonBox vbuttonbox_menu_session;
-       [Widget] Gtk.Alignment alignment_menu_person_options;
+       //[Widget] Gtk.Alignment alignment_menu_person_options;
        [Widget] Gtk.Label label_session_at_frame_session;
        [Widget] Gtk.Label label_persons_at_frame_persons;
 
diff --git a/src/gui/app1/menu_tiny.cs b/src/gui/app1/menu_tiny.cs
index 6f29bb555..ee3ec29af 100644
--- a/src/gui/app1/menu_tiny.cs
+++ b/src/gui/app1/menu_tiny.cs
@@ -43,13 +43,9 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.EventBox eventbox_button_contacts_person_change;
        [Widget] Gtk.EventBox eventbox_button_encoder_person_change;
        [Widget] Gtk.CheckButton check_menu_session1;
-       [Widget] Gtk.Button button_menu_help1;
        [Widget] Gtk.Button button_menu_news1;
        [Widget] Gtk.VBox vbox_menu_session1;
        [Widget] Gtk.Alignment alignment_menu_session_options1;
-       [Widget] Gtk.Alignment alignment_menu_person_options1;
-       [Widget] Gtk.Button button_menu_session_more1;
-       [Widget] Gtk.Button button_menu_preferences1;
 
        [Widget] Gtk.Image image_menu_folders1;
        [Widget] Gtk.Image image_session_new1;
@@ -62,7 +58,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Button button_menu_guiTest1;
 
        [Widget] Gtk.Viewport viewport_image_logo_icon;
-       [Widget] Gtk.HBox hbox_top_contacts;
+       //[Widget] Gtk.HBox hbox_top_contacts;
 
        private void menuTinyInitialize ()
        {
diff --git a/src/gui/app1/session/main.cs b/src/gui/app1/session/main.cs
index 880c12e89..4bd32235c 100644
--- a/src/gui/app1/session/main.cs
+++ b/src/gui/app1/session/main.cs
@@ -38,8 +38,6 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.EventBox app1s_eventbox_button_close0;
 
        //notebook tab 1
-       [Widget] Gtk.HBox hbox_session_more;
-       [Widget] Gtk.VBox vbox_session_overview;
        [Widget] Gtk.RadioButton app1s_radio_import_new_session;
        [Widget] Gtk.RadioButton app1s_radio_import_current_session;
        [Widget] Gtk.Image app1s_image_open_database;
@@ -72,11 +70,9 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.Image app1s_image_show_data_jumps;
        [Widget] Gtk.Image app1s_image_show_data_runs;
        [Widget] Gtk.Image app1s_image_show_data_run_encoder;
-       [Widget] Gtk.Image app1s_image_show_data_rt;
        [Widget] Gtk.Image app1s_image_show_data_force_sensor;
        [Widget] Gtk.Image app1s_image_show_data_encoder_grav;
        [Widget] Gtk.Image app1s_image_show_data_encoder_inertial;
-       [Widget] Gtk.Image app1s_image_show_data_other;
 
        [Widget] Gtk.Label app1s_file_path_import;
        [Widget] Gtk.Notebook app1s_notebook_load_button_animation;
@@ -93,7 +89,6 @@ public partial class ChronoJumpWindow
        //notebook tab 3
        [Widget] Gtk.Label app1s_label_import_session_name;
        [Widget] Gtk.Label app1s_label_import_file;
-       [Widget] Gtk.Button app1s_button_import_confirm_accept;
        [Widget] Gtk.EventBox app1s_eventbox_button_import_confirm_back;
        [Widget] Gtk.EventBox app1s_eventbox_button_import_confirm_accept;
 


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