X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour_ui.h;h=1c952324791b8e1329238119a9f13494784c9014;hb=e344f57a305d7f33f883cd18abcf22bd6ad39e27;hp=3d29eebc2fc7217770b93b92951a8b7f9547aa2b;hpb=47eb7ed0ccccb35b1785b19bc5b5be5db01c13b4;p=ardour.git diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 3d29eebc2f..1c95232479 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -502,6 +502,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr Gtk::Label disk_space_label; void update_disk_space (); + Gtk::Label timecode_format_label; + void update_timecode_format (); + Gtk::Label cpu_load_label; void update_cpu_load (); @@ -611,11 +614,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr About* about; Splash* splash; - bool splash_done_visible; - static bool wakeup_from_splash_sleep (void *); - void _wakeup_from_splash_sleep (); - bool splash_visible (GdkEventAny*); - sigc::connection splash_expose; void pop_back_splash (Gtk::Window&);