Skip silent sources on session-archive -- fixes #7699
[ardour.git] / gtk2_ardour / time_info_box.h
index cf06b404c95eaf779da1c52fb41a5322cbec8248..0ffd00a2bebd12af86e9edcdd20625df41051944 100644 (file)
@@ -70,13 +70,13 @@ private:
        PBD::ScopedConnectionList region_property_connections;
 
        void selection_changed ();
+       void region_selection_changed ();
 
        void sync_selection_mode (AudioClock*);
        void sync_punch_mode (AudioClock*);
 
        bool clock_button_release_event (GdkEventButton* ev, AudioClock* src);
        void track_mouse_mode ();
-       void region_property_change (boost::shared_ptr<ARDOUR::Region> r, const PBD::PropertyChange& what_changed);
 };
 
 #endif /* __time_info_box_h__ */