summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-24 20:45:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-24 20:45:29 +0000
commit75e6adcf03078c24d13ddc7c9c714582a6cf7891 (patch)
tree7bc831c605e76def3ee045569dfd442c8c7d67c1 /libs/ardour/region.cc
parent8404d7ff94c6bffd150ed11a791a26ae5f1d824d (diff)
Remove unused read/write data count code.
git-svn-id: svn://localhost/ardour2/branches/3.0@10300 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc5
1 files changed, 0 insertions, 5 deletions
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<const Region> 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<const Region> 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<const Region> 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)
{