Region pulse is no longer a property.
[ardour.git] / libs / ardour / ardour / region.h
index 9dc51e2d4a4bc447940c82917486612f9b806b11..fc14e98cb89c9ad01b7f54e114e520cd62afd578 100644 (file)
@@ -58,7 +58,6 @@ namespace Properties {
        LIBARDOUR_API extern PBD::PropertyDescriptor<framecnt_t>        length;
        LIBARDOUR_API extern PBD::PropertyDescriptor<framepos_t>        position;
        LIBARDOUR_API extern PBD::PropertyDescriptor<double>            beat;
-       LIBARDOUR_API extern PBD::PropertyDescriptor<double>            pulse;
        LIBARDOUR_API extern PBD::PropertyDescriptor<framecnt_t>        sync_position;
        LIBARDOUR_API extern PBD::PropertyDescriptor<layer_t>           layer;
        LIBARDOUR_API extern PBD::PropertyDescriptor<framepos_t>        ancestral_start;
@@ -378,10 +377,11 @@ class LIBARDOUR_API Region
        PBD::Property<framecnt_t>  _length;
        PBD::Property<framepos_t>  _position;
        PBD::Property<double>      _beat;
-       PBD::Property<double>      _pulse;
        /** Sync position relative to the start of our file */
        PBD::Property<framepos_t>  _sync_position;
 
+       double                  _pulse;
+
        SourceList              _sources;
        /** Used when timefx are applied, so we can always use the original source */
        SourceList              _master_sources;