fix LTC slave latency compensation typo
[ardour.git] / gtk2_ardour / ardour_ui.h
index 3d29eebc2fc7217770b93b92951a8b7f9547aa2b..1c952324791b8e1329238119a9f13494784c9014 100644 (file)
@@ -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&);