From 75e6adcf03078c24d13ddc7c9c714582a6cf7891 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Oct 2011 20:45:29 +0000 Subject: Remove unused read/write data count code. git-svn-id: svn://localhost/ardour2/branches/3.0@10300 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/region.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/region.cc') diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index c0156903b3..dc3f39daee 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -217,7 +217,6 @@ Region::Region (Session& s, framepos_t start, framecnt_t length, const string& n , _last_length (length) , _last_position (0) , _first_edit (EditChangesNothing) - , _read_data_count(0) , _last_layer_op(0) , _pending_explicit_relayer (false) { @@ -234,7 +233,6 @@ Region::Region (const SourceList& srcs) , _last_length (0) , _last_position (0) , _first_edit (EditChangesNothing) - , _read_data_count(0) , _last_layer_op (0) , _pending_explicit_relayer (false) { @@ -256,7 +254,6 @@ Region::Region (boost::shared_ptr other) , _last_length (other->_last_length) , _last_position(other->_last_position) \ , _first_edit (EditChangesNothing) - , _read_data_count(0) , _last_layer_op (0) , _pending_explicit_relayer (false) @@ -329,7 +326,6 @@ Region::Region (boost::shared_ptr other, frameoffset_t offset) , _last_length (other->_last_length) , _last_position(other->_last_position) \ , _first_edit (EditChangesNothing) - , _read_data_count(0) , _last_layer_op (0) , _pending_explicit_relayer (false) @@ -387,7 +383,6 @@ Region::Region (boost::shared_ptr other, const SourceList& srcs) , _last_length (other->_last_length) , _last_position (other->_last_position) , _first_edit (EditChangesID) - , _read_data_count (0) , _last_layer_op (other->_last_layer_op) , _pending_explicit_relayer (false) { -- cgit v1.2.3