diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index cc13908767..f0262777f3 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -220,8 +220,6 @@ class Region : public PBD::StatefulDestructible, public boost::enable_shared_fro mutable uint32_t _read_data_count; // modified in read() Change pending_changed; uint64_t _last_layer_op; // timestamp - - int compile_farmtest; }; } /* namespace ARDOUR */