Move all sync in / out options out of the menus and into the options dialogue.
[ardour.git] / gtk2_ardour / region_view.h
index d9bf4cd7e0460f04b138da1ce511384b2023fd92..29a19260cb79c50f1c0112e1da6fcacb881b61f0 100644 (file)
@@ -72,8 +72,8 @@ class RegionView : public TimeAxisViewItem
        bool set_position(nframes64_t pos, void* src, double* delta = 0);
        void fake_set_opaque (bool yn);
 
-       virtual void show_region_editor () {}
-       virtual void hide_region_editor();
+       virtual void show_region_editor ();
+       void hide_region_editor ();
 
        virtual void region_changed (const PBD::PropertyChange&);
 
@@ -86,7 +86,7 @@ class RegionView : public TimeAxisViewItem
        virtual void entered () {}
        virtual void exited () {}
 
-       void enable_display(bool yn) { _enable_display = yn; }
+       virtual void enable_display(bool yn) { _enable_display = yn; }
        virtual void update_coverage_frames (LayerDisplay);
 
        static PBD::Signal1<void,RegionView*> RegionViewGoingAway;
@@ -137,8 +137,7 @@ class RegionView : public TimeAxisViewItem
     double  _pixel_width;
     bool    in_destructor;
 
-    bool             wait_for_data;
-    PBD::ScopedConnection data_ready_connection;
+    bool wait_for_data;
 
     std::vector<GhostRegion*> ghosts;