Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10364 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-10-31 21:17:56 +00:00
parent 1162077965
commit d57e00b7a2
2 changed files with 0 additions and 3 deletions

View File

@@ -256,7 +256,6 @@ class Diskstream : public SessionObject, public PublicDiskstream
bool _buffer_reallocation_required;
bool _seek_required;
bool force_refill;
/** Start of currently running capture in session frames */
framepos_t capture_start_frame;
framecnt_t capture_captured;

View File

@@ -84,7 +84,6 @@ Diskstream::Diskstream (Session &sess, const string &name, Flag flag)
, _actual_speed (1.0f)
, _buffer_reallocation_required (false)
, _seek_required (false)
, force_refill (false)
, capture_start_frame (0)
, capture_captured (0)
, was_recording (false)
@@ -124,7 +123,6 @@ Diskstream::Diskstream (Session& sess, const XMLNode& /*node*/)
, _actual_speed (1.0f)
, _buffer_reallocation_required (false)
, _seek_required (false)
, force_refill (false)
, capture_start_frame (0)
, capture_captured (0)
, was_recording (false)